janus-plugin 0.2.1

Library for creating plugins for Janus, the WebRTC gateway.
Documentation

janus-plugin-rs

Documentation janus-plugin Build Status

Library for creating Rust plugins to Janus. Still highly unstable.

[dependencies]
janus-plugin = "0.2.0"

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