pcwalton / rust-media

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

WIP Refactor Track to have a cleaner type-safe API + Nightly upgroid #16

Closed Gankra closed 9 years ago

Gankra commented 9 years ago

This is basically #15++

Gankra commented 9 years ago

@pcwalton I've added a write_tofull util and added a dependency on byteorder to get back endianess methods. rust-media itself doesn't use any old* now. Only the example needs old_io to sleep, which currently has no replacement.

pcwalton commented 9 years ago

Looks good, squash and I'll merge. Thanks!

Gankra commented 9 years ago

squashed