Skip to main content

Crate lc_framework

Crate lc_framework 

Source
Expand description

CI Status MSRV Latest Version Rust Doc Crate Rust Doc Main

§lc-framework

High-level Rust bindigs to the LC compression framework.

Enums§

Component
LC component
Decorrelation
LC quantisation decorrelation mode
ElemSize
LC component element size, in bytes
Error
Errors that can occur during compression and decompression with LC
ErrorKind
LC error bound kind
FloatSize
LC component float element size, in bytes
LorenzoDtype
LC Lorenzo preprocessor dtype
Preprocessor
LC preprocessor
QuantizeDType
LC quantization dtype
TupleSize
LC tuple component element size, in bytes x tuple length

Constants§

MAX_BYTES
Maximum number of bytes
MAX_COMPONENTS
Maximum number of components

Functions§

compress
Compress the input data with LC using zero or more preprocessors and one or more components.
decompress
Dempress the compressed data with LC using zero or more preprocessors and one or more components.