Expand description
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
- Error
Bound - Error bound
Traits§
- Element
- Marker trait for element types that can be compressed with tthresh
Functions§
- compress
- Compress the
data
buffer using thetarget
error bound. - decompress
- Deompress the
compressed
bytes into aBuffer
and shape.