Crate numcodecs_zlib

Source
Expand description

CI Status MSRV Latest Version Rust Doc Crate Rust Doc Main

Zlib codec implementation for the numcodecs API.

Structs§

Enums§

Functions§

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