Expand description
Utilities for byte (not bit) packing for situations where saving a few bits is less important than simplicity and speed.
Structs§
Enums§
- Byte
Unpacker - An iterator that unpacks bytes into integers (currently only u64)
- Bytepacked
Integer Encoder - A bytepacked integer encoder that automatically chooses the smallest possible integer type to store the given values.