Crate numcodecs_zstd
Source Expand description
Zstandard codec implementation for the numcodecs API.
Structs§
- Zstd
Codec - Codec providing compression using Zstandard
- Zstd
Coding Error - Opaque error for when encoding or decoding with Zstandard fails
- Zstd
Header Error - Opaque error for when encoding or decoding the header fails
- Zstd
Level - Zstandard compression level.
Enums§
- Zstd
Codec Error - Errors that may occur when applying the
ZstdCodec.
Functions§
- compress
- Compress the
arrayusing Zstandard with the providedlevel. - decompress
- Decompress the
encodeddata into an array using Zstandard. - decompress_
into - Decompress the
encodeddata into adecodedarray using Zstandard.