cdptool 1.0.0

Parser, serializer, and LZSS+Huffman compressor for CDP (CHUMP) archives
Documentation
1
2
3
4
5
6
7
8
#![deny(warnings)]
#![deny(clippy::all)]

pub mod bitstream;
pub mod cdp;
pub mod error;
pub mod huffman;
pub mod lzss;