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
47 stars 18 forks source link

Update deps, fix things up for recent Rust #27

Closed mqp closed 3 years ago

mqp commented 3 years ago

Rust errors are now supposed to implement Display instead of exposing a description function.

arpu commented 3 years ago

thx @mqp !!!