Crate numcodecs_zstd
source ·Expand description
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§
- Errors that may occur when applying the
ZstdCodec
.
Functions§
- Compress the
array
using Zstandard with the providedlevel
. - Decompress the
encoded
data into an array using Zstandard. - Decompress the
encoded
data into adecoded
array using Zstandard.