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
databuffer using thetargeterror bound. - decompress
- Deompress the
compressedbytes into aBufferand shape.