1 2 3 4 5 6
pub(crate) const CURRENT_VERSION: u8 = 2; pub mod data_header; pub mod decoding; pub mod encoding; pub mod huffman_tree; pub(crate) type Occurences = [u64; 256];