nvpair-rs

Crates.ionvpair-rs
lib.rsnvpair-rs
version0.3.0
sourcesrc
created_at2022-09-14 09:57:06.539521
updated_at2022-09-15 01:24:30.569291
descriptionSafe and rustic wrapper around nvpair
homepage
repositoryhttps://github.com/stone-rs/nvpair-rs
max_upload_size
id665678
size39,130
lack (lack-io)

documentation

https://docs.rs/nvpair-rs

README

nvpair

A userland-only subset of illumos' libnvpair, intended to be portable to other systems.

What's that?

This library is safe rust bindings to nvpair Name/value pairs library

Installation

nvpair-rs is available on crates.io and can be included in your Cargo enabled project like this:

[dependencies]
nvpair-rs= "0.2.0"

Usage

Read the docs.

Commit count: 11

cargo fmt