Crate tthresh

Source
Expand description

CI Status MSRV Latest Version Rust Doc Crate Rust Doc Main

High-level bindigs to the tthresh compressor.

Enums§

Buffer
Buffer for typed decompressed data
Error
Errors that can occur during compression and decompression with tthresh
ErrorBound
Error bound

Traits§

Element
Marker trait for element types that can be compressed with tthresh

Functions§

compress
Compress the data buffer using the target error bound.
decompress
Deompress the compressed bytes into a Buffer and shape.