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
arrayusing Zstandard with the providedlevel. - Decompress the
encodeddata into an array using Zstandard. - Decompress the
encodeddata into adecodedarray using Zstandard.