serde-rs.github.io
serde-rs.github.io copied to clipboard
Explain that Cow<str> is the way to borrow string if possible, copy otherwise
<sarnold> what do you think about calling out Cow<> in https://serde.rs/borrow.html as the solution to this issue? it's in there, but not really pointed out as magical :)