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

prepare for version 1.0.2 #5

Closed sunshowers closed 3 years ago

sunshowers commented 3 years ago

Decided to back out as_std_path because it can be replaced with Path::as_ref, and I'm not sure about the name.

sunshowers commented 3 years ago

Whoops, mean to push to master.