tomaka / vorbis-rs

Rust bindings for libvorbis
Apache License 2.0
15 stars 12 forks source link

Updated to build with latest rustc nightly. #2

Closed CruzR closed 9 years ago

CruzR commented 9 years ago

Renamed module std::io to std::old_io as well as traits Show to Debug and String to Display.

Also suppressed a few warnings regarding unstable APIs.

tomaka commented 9 years ago

Thanks!