archivelib 0.1.1

An implementaton of the Greenleaf ArchiveLib compression/decompression algorithm
Documentation
1
2
3
4
5
6
7
8
9
10
test_data! {
  t00 => (
    in=hex!("00"),
    out=hex!("00 02 20 04 3F FB D3 00  10")
  ),
  t01 => (
    in=hex!("01"),
    out=hex!("00 02 22 08 3F F9 FA 00  02")
  ),
}