Skip to main content

Crate numcodecs_ebcc

Crate numcodecs_ebcc 

Source
Expand description

CI Status MSRV Latest Version Rust Doc Crate Rust Doc Main

EBCC codec implementation for the numcodecs API.

Structs§

EbccCodec
Codec providing compression using EBCC.
EbccCodingError
Opaque error for when encoding or decoding with EBCC fails
EbccHeaderError
Opaque error for when encoding or decoding the header fails
EbccSliceError
Opaque error for when encoding or decoding a 3D slice fails
Positive
Positive floating point number

Enums§

EbccCodecError
Errors that may occur when applying the EbccCodec.
EbccResidualType
Residual compression types supported by EBCC.

Functions§

compress
Compress the data array using EBCC with the provided residual and base_cr.
decompress
Decompress the encoded data into an array using EBCC.
decompress_into
Decompress the encoded data into the decoded array using EBCC.