libuv-sys-lite

Crates.iolibuv-sys-lite
lib.rslibuv-sys-lite
version1.48.3
created_at2024-09-25 22:47:24.266893+00
updated_at2025-01-10 05:04:37.010647+00
descriptionTiny, raw bindings to libuv without linking to it
homepage
repositoryhttps://github.com/nathanwhit/libuv-sys-lite
max_upload_size
id1386729
size1,137,009
Nathan Whitaker (nathanwhit)

documentation

README

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.

Commit count: 64

cargo fmt