columnar

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§

Structs§

  • A sequential byte layout for AsBytes and FromBytes implementors.

Traits§

  • A coupled encode/decode pair for byte sequences.