Crates.io | libuv-sys-lite |
lib.rs | libuv-sys-lite |
version | 1.48.2 |
source | src |
created_at | 2024-09-25 22:47:24.266893 |
updated_at | 2024-09-28 04:41:03.077433 |
description | Tiny, raw bindings to libuv without linking to it |
homepage | |
repository | https://github.com/nathanwhit/libuv-sys-lite |
max_upload_size | |
id | 1386729 |
size | 253,971 |
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
.