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 docstring for Utf8Path::try_from #87

Closed nicholasbishop closed 10 months ago

nicholasbishop commented 11 months ago

This docstring is modeled after Utf8Path::from_path. The example demonstrates the <&Utf8Path>::try_from syntax required to use this method.

Also added a link to the TryFrom impl in Utf8Path::from_path's docstring.

sunshowers commented 10 months ago

Thanks!