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§

ZstdCodec
Codec providing compression using Zstandard
ZstdCodingError
Opaque error for when encoding or decoding with Zstandard fails
ZstdHeaderError
Opaque error for when encoding or decoding the header fails
ZstdLevel
Zstandard compression level.

Enums§

ZstdCodecError
Errors that may occur when applying the ZstdCodec.

Functions§

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