Crate redux [] [src]

Adaptive arithmetic compression library.

Modules

bitio

Bit level I/O operations.

codec

Model-independent compression and decompression module.

model

Symbol frequency distribution models.

Enums

Error

Possible errors that occur throughout this library

Functions

compress

Compresses istream into ostream using the given model. Returns the number of bytes both in the decompressed and compressed stream.

decompress

Decompresses istream into ostream using the given model. Returns the number of bytes both in the compressed and decompressed stream.

Type Definitions

Result

Specialized Result type for the redux library.