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§

ZfpCodec
Codec providing compression using ZFP

Enums§

ZfpCodecError
Errors that may occur when applying the ZfpCodec.
ZfpCompressionMode
ZFP compression mode

Functions§

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