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