mozilla / janus-plugin-rs

Rust crate for wrapping the Janus C plugin API, so you can build Janus plugins in Rust.
Mozilla Public License 2.0
46 stars 18 forks source link

Pass sort flag to Jansson in test #17

Closed mqp closed 5 years ago

mqp commented 5 years ago

I guess this was probably always indeterministic. It's probably nicer to expose the Jansson flags as globals in the FFI, but that can wait for a moment.