#libuv #bindings #raw #dynamic #tiny #loading #link

libuv-sys-lite

Tiny, raw bindings to libuv without linking to it

3 stable releases

1.48.2 Sep 28, 2024
1.48.0 Sep 25, 2024

#469 in Asynchronous

Download history 360/week @ 2024-09-23 324/week @ 2024-09-30 977/week @ 2024-10-07 672/week @ 2024-10-14 561/week @ 2024-10-21 737/week @ 2024-10-28 570/week @ 2024-11-04 343/week @ 2024-11-11

2,267 downloads per month
Used in deno_napi

Custom license

44KB
1K SLoC

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.

Dependencies

~0–6MB
~37K SLoC