Expand description
Logic related to the transformation to and from bytes.
The methods here line up with the AsBytes and FromBytes traits.
Re-exports§
pub use serialization_neu::Indexed;
Modules§
- serialization_
neu - stash
- A container of either typed columns, or serialized bytes that can be borrowed as the former.
Structs§
- Sequence
- A sequential byte layout for
AsBytesandFromBytesimplementors.
Traits§
- Encode
Decode - A coupled encode/decode pair for byte sequences.