Skip to main content

Module bytes

Module bytes 

Source
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 AsBytes and FromBytes implementors.

Traits§

EncodeDecode
A coupled encode/decode pair for byte sequences.