camino-rs / camino

Like Rust's std::path::Path, but UTF-8.
https://docs.rs/camino
Apache License 2.0
435 stars 16 forks source link

Add _utf8 versions of methods that return PathBufs #20

Closed sunshowers closed 2 years ago

sunshowers commented 2 years ago

Some methods return a PathBuf to be as general as possible -- however, most of the time, users are happy to error out on non-UTF-8 paths.

Closes #19.