Module lz4

Source
Available on crate feature lz4 only.
Expand description

This module contains lz4-specific types for async-compression.

Structs§

EncoderParams
lz4 compression parameters builder. This is a stable wrapper around lz4’s own encoder params type, to abstract over different versions of the lz4 library.

Enums§

BlockSize