decompression up to Maybe [Word]
not yet to ByteString though
This commit is contained in:
parent
b8cb909fc9
commit
3d1deaacc1
2 changed files with 28 additions and 7 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue