Tad Hardesty f522a8a155
Explicitly panic when a length exceeds c_int range
Rather than relying on `as c_int` to do the right thing, check
explicitly that a negative or truncated value is not being created.
2017-05-15 18:34:33 -07:00
2016-02-24 00:50:13 -06:00
2017-01-25 23:51:00 -08:00

opus-rs

Safe Rust bindings for libopus. The rustdoc (available through cargo doc) includes brief descriptions for methods, and detailed API information can be found at the libopus documentation.

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Description
Safe Rust bindings for libopus
Readme 124 KiB
Languages
Rust 99.9%