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

implement absolute_utf8 #95

Closed sunshowers closed 2 months ago

sunshowers commented 2 months ago

Note that we take AsRef<Path>, not AsRef<Utf8Path>, for the reason mentioned in the comment.

Closes #94.