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

Remove cstr-macro dependency for janus-plugin #7

Closed ivanovaleksey closed 6 years ago

ivanovaleksey commented 6 years ago

Hello @mquander,

In d635e60 we stopped using cstr-macro crate and added our own c_str! macro. It seems like janus-plugin crate is no longer depends on cstr-macro and it could be removed from Cargo.toml.

What do you think?

mqp commented 6 years ago

Oh, how strange that I forgot to remove it! Thank you.