Crate minilz4

source ·

Re-exports

Modules

Structs

  • Decoder for LZ4 frame format data.
  • Encoder for LZ4 frame format data.
  • Configuration builder for the Encoder structure.

Traits

  • Trait for decoding Read implementing objects.
  • Trait for encoding Read implementing objects with an EncoderBuilder.
  • The Read trait allows for reading bytes from a source.
  • A trait for objects which are byte-oriented sinks.