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 Utf8Path::as_std_path() #3

Closed sunshowers closed 3 years ago

sunshowers commented 3 years ago

Return a &Path.

This can be done through AsRef, but requires a type annotation sometimes.