Registry / other / libnv-sys

libnv-sys

JSON →
library0.2.2rscratesunverified

FFI bindings to libnv.

# Cargo.toml [dependencies] libnv-sys = "0.2.2"
INSTALL
IMPORT
SIG · LIBNV-SYS
L
libnv-sys
otherrustv0.2.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

nvlist_t
use libnv_sys::nvlist_t;

Creates a zeroed nvlist_t structure.

use libnv_sys::nvlist_t; fn main() { let nvlist: nvlist_t = unsafe { std::mem::zeroed() }; println!("nvlist created"); }
Debug
Known issues
gotchaUnsafe FFI bindings require careful memory management
fix
Ensure proper initialization and deallocation using libnv functions
affects: >=0.1.0
Upgrade
Version history
0.2.2latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
libnv-sys — cargo add libnv-sys · libregistry