Crate numcodecs_zfp

source ·
Expand description

CI Status MSRV Latest Version Rust Doc Crate Rust Doc Main

ZFP codec implementation for the numcodecs API.

Structs§

  • Codec providing compression using ZFP

Enums§

Functions§

  • Compress the data array using ZFP with the provided mode.
  • Decompress the encoded data into an array using ZFP.
  • Decompress the encoded data into a decoded array using ZFP.