Expand description
Modules§
- libnv
libnv - FreeBSD implementation of Name/value pairs library.
- nvpair
nvpair - Solaris implementation of Name/Value pairs library.
Enums§
- NvError
- Error kinds for Name/Value library.
Traits§
- IntoC
Str - Trait to keep public interface friendly (i.e. support rust types like
&str) and at the same time allow using lower level types likeCString&CStr.
Type Aliases§
- NvResult
- Short-cut to Result<T, NvError>.