Crate numcodecs_tthresh

Source
Expand description

CI Status MSRV Latest Version Rust Doc Crate Rust Doc Main

tthresh codec implementation for the numcodecs API.

Structs§

NonNegative
Non-negative floating point number
TthreshCodec
Codec providing compression using tthresh
TthreshCodingError
Opaque error for when encoding or decoding with tthresh fails

Enums§

TthreshCodecError
Errors that may occur when applying the TthreshCodec.
TthreshErrorBound
tthresh error bound

Traits§

TthreshElement
Array element types which can be compressed with tthresh.

Functions§

compress
Compresses the input data array using tthresh with the provided error_bound.
decompress
Decompresses the encoded data into an array.