Module libflate::lz77

source ·
Expand description

The interface and implementations of LZ77 compression algorithm.

LZ77 is a compression algorithm used in DEFLATE.

Modules

Structs

Enums

Constants

Traits

  • The LZ77Encode trait defines the interface of LZ77 encoding algorithm.
  • The Sink trait represents a consumer of LZ77 encoded data.