Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 700 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 700 Bytes

sysrepo2-rs

Rust bindings for the sysrepo2 library.

For raw FFI bindings for sysrepo2, see sysrepo2-sys.

How to test

Prerequisite

  • 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

License

This project is licensed under the MIT license.