Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 526 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 526 Bytes

😭 sob

Crates.io Documentation License

Serializable Owned/Borrowed

Sob is a type similar to Cow but without the Clone trait requirement for the inner type.

In practice, Sob should only be used when you need to serialize and deserialize a Cow and the inner type does not implement Clone.