Crate beeziptoo

Crate beeziptoo 

Source
Expand description

beeziptoo

Because we wanted to implement bzip2, too.

https://github.com/dsnet/compress/blob/master/doc/bzip2-format.pdf was used as a reference when writing this library.

Enums§

CompressError
These are the possible errors that can occur during compression.
DecompressError
These are the possible errors that can occur during decompression.

Functions§

compress
Compress the given data.
decompress
Decompress the given data.