1pub mod bitstream; 2pub mod compression; 3pub mod huffman_coding; 4pub mod bwt_algorithms; 5pub mod tools;