Skip to main content

Crate numcodecs_lc

Crate numcodecs_lc 

Source
Expand description

CI Status MSRV Latest Version Rust Doc Crate Rust Doc Main

LC codec implementation for the numcodecs API.

Structs§

LcCodec
Codec providing compression using LC
LcCodingError
Opaque error for when encoding or decoding with LC fails
LcHeaderError
Opaque error for when encoding or decoding the header fails

Enums§

LcCodecError
Errors that may occur when applying the LcCodec.
LcComponent
LC component
LcDecorrelation
LC quantisation decorrelation mode
LcElemSize
LC component element size, in bytes
LcErrorKind
LC error bound kind
LcFloatSize
LC component float element size, in bytes
LcLorenzoDtype
LC Lorenzo preprocessor dtype
LcPreprocessor
LC preprocessor
LcQuantizeDType
LC quantization dtype
LcTupleSize
LC tuple component element size, in bytes x tuple length

Functions§

compress
Compress the array using LC with the provided preprocessors and components.
decompress
Decompress the encoded data into an array using LC.
decompress_into
Decompress the encoded data into a decoded array using LC.