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

About

libuv bindings for ZZ

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published