Crate numcodecs_zstd

source ·
Expand description

CI Status MSRV Latest Version Rust Doc Crate Rust Doc Main

Zstandard codec implementation for the numcodecs API.

Structs§

  • Codec providing compression using Zstandard
  • Opaque error for when encoding or decoding with Zstandard fails
  • Opaque error for when encoding or decoding the header fails
  • Zstandard compression level.

Enums§

Functions§

  • Compress the array using Zstandard with the provided level.
  • Decompress the encoded data into an array using Zstandard.
  • Decompress the encoded data into a decoded array using Zstandard.