decompression up to Maybe [Word]

not yet to ByteString though
This commit is contained in:
Jack Wines 2024-04-15 01:51:35 -07:00
parent b8cb909fc9
commit 3d1deaacc1
No known key found for this signature in database
GPG key ID: 25B20640600571E6
2 changed files with 28 additions and 7 deletions

View file

@ -1,4 +1,4 @@
Compresses files using [Huffman coding](https://en.wikipedia.org/wiki/Huffman_coding). Please note that decompression isn't implemented yet.
Compresses files using [Huffman coding](https://en.wikipedia.org/wiki/Huffman_coding). Please note that decompression isn't fully implemented yet. It is however implemented to the point where we know compression works correctly.
To run with [Nix](nixos.org):
``` sh