libuv 2.2.0

A safe rust wrapper for libuv
Documentation
[[example]]
crate-type = ["cdylib"]
name = "plugin-hello"
[badges.maintenance]
status = "actively-developed"

[badges.travis-ci]
repository = "bmatcuk/libuv-rs"
[dependencies.bitflags]
version = "~1.2.1"

[dependencies.libuv-sys2]
version = "~1.41.0"
[dev-dependencies.rand]
version = "~0.7.3"

[features]
skip-pkg-config = ["libuv-sys2/skip-pkg-config"]

[package]
authors = ["Bob Matcuk <bmatcuk@gmail.com>"]
categories = ["command-line-interface"]
description = "A safe rust wrapper for libuv"
edition = "2018"
homepage = "https://github.com/bmatcuk/libuv-rs"
keywords = ["events", "libevent", "loop"]
license = "MIT"
name = "libuv"
readme = "README.md"
repository = "https://github.com/bmatcuk/libuv-rs"
version = "2.2.0"