Crates.io | sysrepo |
lib.rs | sysrepo |
version | 0.4.0 |
source | src |
created_at | 2020-05-26 02:23:35.563504 |
updated_at | 2023-08-19 23:48:37.17897 |
description | Sysrepo Rust bindings generated by bindgen |
homepage | |
repository | https://github.com/sjtakada/sysrepo-rs |
max_upload_size | |
id | 245943 |
size | 50,680 |
Sysrepo Rust binding. Sysrepo is a YANG-based configuration and operational state data store for Unix/Linux applications.
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
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.