archivelib 0.2.0

An implementaton of the Greenleaf ArchiveLib compression/decompression algorithm
Documentation
1
2
3
4
5
6
7
8
9
10
mod base;
mod buffer;
mod calculate_run_offset;
mod expand;
mod fn253;
mod fn255;
mod fn258;
mod get_next_item;

pub use self::base::{DecompressError, RExpandData, Result};