426 B
426 B
Compresses files using 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:
nix run ".#" --experimental-features "nix-command flakes" -- myFile
To run with cabal:
cabal run . -- myFile