Docs.rs
  • libnv-sys-0.2.2
    • libnv-sys 0.2.2
    • Permalink
    • Docs.rs crate page
    • BSD-2-Clause
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • andoriyu
    • Dependencies
      • libc ^0.2 normal
      • bindgen ^0.66.1 build
      • regex ^1.6.0 build
    • Versions
    • 2.27% of the crate is documented
  • Platform
    • x86_64-unknown-freebsd
  • Feature flags
  • Rust
    • About docs.rs
    • Privacy policy
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

libnv_sys0.2.2

  • All Items

Crate Items

  • Functions
  • Type Aliases

Crate libnv_sys

Source
Expand description

Rust FFI bindings for FreeBSD’s libnv library

These are raw, unsafe FFI bindings. Here be dragons! You probably shouldn’t use this crate directly. Instead, you should use the libnv crate.

These docs are just stubs! Don’t trust them.

Functions§

nvlist_add_binary⚠
nvlist_add_bool⚠
nvlist_add_bool_array⚠
nvlist_add_null⚠
nvlist_add_number⚠
nvlist_add_number_array⚠
nvlist_add_nvlist⚠
nvlist_add_nvlist_array⚠
nvlist_add_string⚠
nvlist_add_string_array⚠
nvlist_clone⚠
nvlist_create⚠
nvlist_destroy⚠
nvlist_dump⚠
nvlist_empty⚠
nvlist_error⚠
nvlist_exists⚠
nvlist_exists_bool⚠
nvlist_exists_bool_array⚠
nvlist_exists_number⚠
nvlist_exists_number_array⚠
nvlist_exists_nvlist⚠
nvlist_exists_nvlist_array⚠
nvlist_exists_string⚠
nvlist_exists_string_array⚠
nvlist_exists_type⚠
nvlist_flags⚠
nvlist_free⚠
nvlist_free_type⚠
nvlist_get_array_next⚠
nvlist_get_binary⚠
nvlist_get_bool⚠
nvlist_get_bool_array⚠
nvlist_get_number⚠
nvlist_get_number_array⚠
nvlist_get_nvlist⚠
nvlist_get_nvlist_array⚠
nvlist_get_string⚠
nvlist_get_string_array⚠
nvlist_set_error⚠
nvlist_size⚠

Type Aliases§

FreeBSD_nvlist_t
nvlist_t