Skip to content

zzmodules/uv

Repository files navigation

uv

libuv bindings for ZZ.

Installation

Put this in your zz.toml:

[repos]
uv = "git://github.com/zzmodules/uv"

Usage

using uv::{
  uv_default_loop,
  uv_spawn,
  uv_kill,
  uv_run
}

Version

The version of this module maps directly to the version of libuv used by this module.

License

MIT