camino-rs / camino

Like Rust's std::path::Path, but UTF-8.

Home Page:https://docs.rs/camino

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement Deserialize/Serialize for Box<Utf8Path>

LunarLambda opened this issue · comments

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