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 Deserialize/Serialize for Box<Utf8Path> #77

Closed LunarLambda closed 1 year ago

LunarLambda commented 1 year ago

Serde supports Box and Box for read-only, owned values of these types.