janus-plugin-rs

Build Status

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" }

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