PistonDevelopers / physfs-rs

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

Fix "String as C String abuse" #23

Closed panicbit closed 9 years ago

panicbit commented 9 years ago

String and &str in Rust are not 0-terminated and thus are not suitable as a C String.