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 DerefMut for Utf8PathBuf #59

Closed sunshowers closed 1 year ago

sunshowers commented 1 year ago

Also add a miri check for unsafe code.

Resolves #57.