Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 382 Bytes

README.md

File metadata and controls

36 lines (24 loc) · 382 Bytes

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