Crate kona_comp

Source
Expand description

§kona-comp

CI kona-comp crate MIT License Docs

Compression types for the OP Stack.

Structs§

ChannelOut
ChannelOut constructs a channel from compressed, encoded batch data.
Config
Config for the compressor itself.
ZlibCompressor
The ZLIB compressor.

Enums§

ChannelOutError
An error returned by the ChannelOut when adding single batches.
CompressionAlgo
The compression algorithm type.
CompressorError
An error returned by the compressor.
CompressorType
The type of compressor to use.

Traits§

ChannelCompressor
Channel Compressor
CompressorWriter
Compressor Writer

Functions§

compress_zlib
Method to compress data using ZLIB.
decompress_zlib
Method to decompress data using ZLIB.

Type Aliases§

CompressorResult
The result from compressing data.