#cow #serde #requirements #serializable #clone #serialization #deserialize

sob

Serializable Owned/Borrow. Cow-like type with no Clone requirement, implements Serialize and Deserialize

1 unstable release

0.0.1 Dec 22, 2023

#39 in #requirements

WTFPL license

5KB
58 lines

😭 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.

Dependencies

~100–330KB