janus-plugin-rs
Library for creating Rust plugins to Janus. Still highly unstable, so not published.
[]
= { = "https://github.com/mquander/janus-plugin-rs" }
Building
Requires the Jansson native library (Ubuntu: libjansson-dev) to link against; tested as compatible with versions >= 2.5.
$ cargo build --all
Testing
$ cargo test --all