Modules§
Enums§
- Cytryna
Error - Low-effort catch-all error type for cytryna library
- Owned
OrBorrowed - Contains either a box pointer to a type, or a reference to it, used as a return type for functions that may or may not decompress/decrypt data
- VecOr
Slice - Contains either a (borrowed) byte slice or an (owned) Vec, used in the the same ways OwnedOrBorrowed is used, but limited to arrays
Traits§
- From
Bytes - Simple trait to implement safe conversions from bytes