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

Closed snaggen closed 1 year ago

snaggen commented 1 year ago

With rust 1.68.0 DerefMut will be implemented for PathBuf (https://github.com/rust-lang/rust/pull/105018/) , so I assume it is desirable to mirror that change in camino.

sunshowers commented 1 year ago

This is now out as part of camino 1.1.4.