Expand description
Streaming data encoders and decoders
Structs§
- Adding
Decoder - Composite
Stream - Compress
Stream miniz
- Delta
Compress Stream miniz
- A stream impl that writes the deflated, varint-encoded difference between
the last value and the current value to the provided
MutBits
writer. The previous value is initialized to 0. - Delta
Operation - Delta
Stream - A stream impl that writes the difference between the last value and the current
value to the provided
MutBits
writer. The previous value is initialized to 0. - F64To
U64Stream - Basic stream to convert from a
f64
to au64
- Inflate
Stream miniz
- Stream
Stage Stats - U64To
F64Decoder - VByte
Delta IntStream - A stream impl that writes the varint-encoded difference between the last
value and the current value to the provided
MutBits
writer. The previous value is initialized to 0. - VByte
IntStream - VByte
Operation - XorDelta
Stream - ZigZag
Decoder - ZigZag
Stream