pcwalton / rust-media

A free, comprehensive, and portable video/audio streaming library for Rust
Apache License 2.0
787 stars 57 forks source link

Move away from old_io #22

Closed bgdncz closed 8 years ago

danpolanco commented 8 years ago

What's left to do here? Just remove the "zero-size struct" and other errors? I'm using the nightly rust build.

jdm commented 8 years ago

Yep, this should compile with recent rustc versions.

danpolanco commented 8 years ago

Yah. I should've said "warnings" as I was able to get it to compile :)