sob

Crates.iosob
lib.rssob
version0.0.1
sourcesrc
created_at2023-12-22 02:30:25.495631
updated_at2023-12-22 02:30:25.495631
descriptionSerializable Owned/Borrow. `Cow`-like type with no `Clone` requirement, implements Serialize and Deserialize
homepage
repositoryhttps://github.com/tomokao/sob
max_upload_size
id1077978
size4,688
Matheus Okamoto (tomokao)

documentation

README

:sob: 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.

Commit count: 1

cargo fmt