Rust bindings for the sysrepo2 library.
For raw FFI bindings for sysrepo2, see sysrepo2-sys.
- Docker
$ git clone https://github.com/ishidawataru/sysrepo2-rs.git
$ cd sysrepo2-rs
$ git submodule --upgrade --init
$ make builder # build the container image for the build
$ make bash # start the image
root@af871b859f5f:/data# make test # run cargo test
This project is licensed under the MIT license.