Crate ruzstd

source ·

Re-exports§

Modules§

  • In a Zstandard frame, there’s a frame header, followed by one or more blocks.
  • Structures and utilities used for reading from data, decoding that data and storing the output.
  • Zstandard compressed data is made of one or more [Frame]s. Each frame is independent and can be decompressed independently of other frames. This module contains structures and utilities that can be used to decode a frame.
  • FSE, short for Finite State Entropy, is an encoding technique that assigns shorter codes to symbols that appear more frequently in data, and longer codes to less frequent symbols.
  • Re-exports of std values for when the std is available.

Constants§