libuv-sys-lite 1.48.0

Tiny, raw bindings to libuv without linking to it
Documentation

libuv-sys-lite

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.