libuv bindings for ZZ.
Put this in your zz.toml
:
[repos]
uv = "git://github.com/zzmodules/uv"
using uv::{
uv_default_loop,
uv_spawn,
uv_kill,
uv_run
}
The version of this module maps directly to the version of libuv used by this module.
MIT