Skip to main content

Module compressor

Module compressor 

Source
Expand description

Default adaptive compression APIs based on the maintained BtrBlocks-style compressor.

Structs§

BtrBlocksCompressor
The BtrBlocks-style compressor with all built-in schemes pre-registered.
BtrBlocksCompressorBuilder
Builder for creating configured BtrBlocksCompressor instances.
SchemeId
Unique identifier for a compression scheme.

Traits§

Scheme
A single compression encoding that the CascadingCompressor can select from.