irox_stats

Module streams

Source
Expand description

Streaming data encoders and decoders

Structs§

AddingDecoder
CompositeStream
CompressStreamminiz
DeltaCompressStreamminiz
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.
DeltaOperation
DeltaStream
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.
F64ToU64Stream
Basic stream to convert from a f64 to a u64
InflateStreamminiz
StreamStageStats
U64ToF64Decoder
VByteDeltaIntStream
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.
VByteIntStream
VByteOperation
XorDeltaStream
ZigZagDecoder
ZigZagStream

Traits§

Decoder
Stream
Streamable
StreamableVByte
ValueOperation