Skip to content

zx-project/zx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zx

A collection of experimental ZZ modules.

Installation

In your project's zz.toml file:

[repos]
zx = "git://github.com/zx-project/zx.git"

Modules

zargv

Parse command line arguments supporting a variety of flag formats.

See the documentation for more information.

Usage

[dependencies]
zargv = "*"
using zargv

utils

Various utility functions, like memory management, etc.

See the documentation for more information.

Usage

[dependencies]
utils = "*"
using zxutils

curl

A ZZ binding to libcurl that makes working with curl in ZZ much easier.

See the documentation for more information.

Usage

[dependencies]
curl = "*"
using zxcurl

list

A doubly-linked list implementation.

See the documentation for more information.

Usage

[dependencies]
list = "*"
using list

http

A simple HTTP request library based on the [curl][curl] module.

See the documentation for more information.

Usage

[dependencies]
http = "*"
using zxhttp

See Also

License

MIT