Expand description
Zstandard codec implementation for the numcodecs API.
Structs§
- ZstdCodec 
- Codec providing compression using Zstandard
- ZstdCoding Error 
- Opaque error for when encoding or decoding with Zstandard fails
- ZstdHeader Error 
- Opaque error for when encoding or decoding the header fails
- ZstdLevel 
- Zstandard compression level.
Enums§
- ZstdCodec 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.