libuv-sys-lite 1.48.2

Tiny, raw bindings to libuv without linking to it
Documentation
1
2
3
4
5
6
7
8
9
10
11
# libuv-sys-lite

Dynamic loading logic copied from
<https://github.com/neon-bindings/neon/tree/0.10.0/crates/neon-runtime/src/napi/bindings>.

Tiny binding to libuv, that does not link to the library. The expectation is
that the consumer will link to the appropriate library.

Essentially just a rust version of `uv.h`, to provide interfaces without making
decisions on how to provide the actual implementation. This is similar to
[`napi-sys`](https://github.com/napi-rs/napi-sys).