mismall 2.0.0

Streaming Huffman compression library with AES-256-GCM encryption and archive support
Documentation
1
2
3
4
5
6
7
8
9
10
#[cfg(test)]
pub mod decoder_tests;
#[cfg(test)]
pub mod encoder_tests;
#[cfg(test)]
pub mod freq_tests;
#[cfg(test)]
pub mod table_tests;
#[cfg(test)]
pub mod tree_tests;