#libuv #lite #libuv-sys-lite

build libuv-sys-lite

Tiny, raw bindings to libuv without linking to it

4 stable releases

1.48.3 Jan 10, 2025
1.48.2 Sep 28, 2024
1.48.0 Sep 25, 2024

#190 in Build Utils

Download history 951/week @ 2024-12-12 575/week @ 2024-12-19 458/week @ 2024-12-26 605/week @ 2025-01-02 986/week @ 2025-01-09 972/week @ 2025-01-16 780/week @ 2025-01-23 657/week @ 2025-01-30 581/week @ 2025-02-06 601/week @ 2025-02-13 719/week @ 2025-02-20 422/week @ 2025-02-27 330/week @ 2025-03-06 620/week @ 2025-03-13 479/week @ 2025-03-20 668/week @ 2025-03-27

2,213 downloads per month
Used in deno_napi

Custom license

1MB
21K 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–6.5MB
~38K SLoC