~aldats/the

Toy data compression application using canonical Huffman encoding
chore: add `LICENSE`
refactor: `main.zig` require `huffman.zig` only
chore: fix resource link to Wikipedia

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~aldats/the
read/write
git@git.sr.ht:~aldats/the

You can also use your local clone with git send-email.

#Toy Huffman Encoder

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.

#Installation

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.

#Resources

This project was not made in isolation. Consulted resources are:

#License

the is licensed under the MIT license. See LICENSE for details.