PistonDevelopers / physfs-rs

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

Use std::io::Result and std::path::Path where applicable. #34

Closed cirla closed 9 years ago

cirla commented 9 years ago

PhysFSContext methods now return std::io::Result to match with physfs::file::File. Change platform-dependent path arguments to std::path::Path.

Potpourri commented 9 years ago

Nice!

bvssvni commented 9 years ago

Thanks!