PistonDevelopers / physfs-rs

Rust bindings for PhysFS
zlib License
8 stars 3 forks source link

Implement Reader, Writer, and Seek traits from std::io #29

Closed cirla closed 9 years ago

cirla commented 9 years ago

Implementing traits from std::io allow for easier interoperability of a physfs::File with other libraries (e.g. image::load().

bvssvni commented 9 years ago

@cirla Great! Feel free to take over this project, because it there no other people working on it.

bvssvni commented 9 years ago

@panicbit Sorry, I was reading the emails in reverse order and did not see you working on it. My assumption that no other people was working on this was wrong.