sysrepo 0.2.0

Sysrepo Rust bindings generatedy by bindgen
docs.rs failed to build sysrepo-0.2.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.

sysrepo-rs

Sysrepo Rust binding. Sysrepo is a YANG-based configuration and operational state data store for Unix/Linux applications.

Requirement

Sysrepo-rs depends on sysrepo C library, which depdeds on libyang and some other libraries. Please refer the following project repo to install appropriate dependencies to your system.

https://github.com/sysrepo/sysrepo

Note

This crate is bare minimum auto generated bindings, so most of the function calls to sysrepo are unsafe. There are some examples available in this repo.