huff-tree-tap 0.2.1

Huffman Encoder and Decoder Library
Documentation
1
2
3
4
5
6
7
8
watch:
	cargo watch -x fmt -x check -x clippy -x test

flamegraph:
	cargo flamegraph --profile flamegraph --test tests

bench:
	cargo bench