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

Rust 2018 compatibility #21

Closed mqp closed 4 years ago

mqp commented 4 years ago

This mostly entails cleaning up module imports. See https://doc.rust-lang.org/stable/edition-guide/rust-2018/module-system/path-clarity.html for more information.