Skip to content

okamt/sob

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Serializable Owned/Borrow

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages