A collection of experimental ZZ modules.
In your project's zz.toml
file:
[repos]
zx = "git://github.com/zx-project/zx.git"
Parse command line arguments supporting a variety of flag formats.
See the documentation for more information.
[dependencies]
zargv = "*"
using zargv
Various utility functions, like memory management, etc.
See the documentation for more information.
[dependencies]
utils = "*"
using zxutils
A ZZ binding to libcurl
that makes working with curl in ZZ much
easier.
See the documentation for more information.
[dependencies]
curl = "*"
using zxcurl
A doubly-linked list implementation.
See the documentation for more information.
[dependencies]
list = "*"
using list
A simple HTTP request library based on the [curl][curl] module.
See the documentation for more information.
[dependencies]
http = "*"
using zxhttp
MIT