Crate razor_nvpair

source ·

Structs

  • Safe idiomatic nvlist_t wrapper. Use it when you need to create your own nvlist. Cleanly frees underlying memory when dropped.
  • Safe idiomatic nvlist_t wrapper. Use it when you need access to nvlist_t that is NOT owned by you. It tracks the lifetime of its parent object and does not outlive it.
  • Safe idiomatic nvpair_t wrapper.

Enums

Traits

Functions