chore: add `LICENSE`
refactor: `main.zig` require `huffman.zig` only
chore: fix resource link to Wikipedia
Toy Huffman encoder (the
) is a toy data compression application using
canonical Huffman encoding. the
is written in Zig and depends on
the master
branch, found here.
the
is dependent on Zig master. Consult the language's installation
instructions. Then, (1) clone the repository, (2) cd
into the repository,
and (3) zig build
. Consult zig build --help
for build options.
git clone https://git.sr.ht/~aldats/the
cd the
zig build
Move the binary into your $PATH
however you'd like.
This project was not made in isolation. Consulted resources are:
the
is licensed under the MIT license. See LICENSE
for details.