Crate bzip2_os

Source

Modulesยง

bitstream
The bitstream module forms the I/O subsystem for the Rust version of the standard BZIP2 library.
bwt_algorithms
The bwt_algorithms form the critical sorting subsystem for the Rust version of the standard BZIP2 library.
compression
The compress module manages the compression side of the the Rust version of the standard BZIP2 library.
huffman_coding
The huffman module compresses the MTF/RLE2 data into a bistream. Decoding huffman (decompression) data happens in the decompress function.
tools
The tools module provides several helper functions for the Rust version of the standard BZIP2 library.