Crate sperr

Crate sperr 

Source
Expand description

CI Status MSRV Latest Version Rust Doc Crate Rust Doc Main

High-level bindigs to the SPERR compressor.

Enums§

CompressionMode
SPERR compression mode / quality control
Error
Errors that can occur during compression and decompression with SPERR

Traits§

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

Functions§

compress_2d
Compress a 2d src slice of data with the compression mode.
compress_3d
Compress a 3d src volume of data with the compression mode using the preferred chunks.
decompress_into_2d
Decompress a 2d SPERR-compressed compressed buffer into the decompressed array.
decompress_into_3d
Decompress a 3d SPERR-compressed compressed buffer into the decompressed array.