1 unstable release
0.1.0 | Mar 7, 2024 |
---|
#466 in Compression
40KB
800 lines
This crate is a Rust port of Plan9's whack compression scheme as used within the venti storage system. Original authors unknown, C source came via Russ Cox and the 9fans/plan9port repository.
Use the unwhack function to decompress, and whackblock to compress.