Library for creating Rust plugins to Janus. Still highly unstable.
toml
[dependencies]
janus-plugin = "0.3.0"
Requires the Jansson native library (Ubuntu: libjansson-dev
) to link against; tested as compatible with versions >= 2.5.
$ cargo build --all
$ cargo test --all