Crates.io | nvpair-rs |
lib.rs | nvpair-rs |
version | 0.3.0 |
source | src |
created_at | 2022-09-14 09:57:06.539521 |
updated_at | 2022-09-15 01:24:30.569291 |
description | Safe and rustic wrapper around nvpair |
homepage | |
repository | https://github.com/stone-rs/nvpair-rs |
max_upload_size | |
id | 665678 |
size | 39,130 |
A userland-only subset of illumos' libnvpair, intended to be portable to other systems.
This library is safe rust bindings to nvpair
Name/value pairs library
nvpair-rs
is available on crates.io and can be included in your Cargo enabled project like this:
[dependencies]
nvpair-rs= "0.2.0"
Read the docs.