Add huffman encoding

This commit is contained in:
Carl Lerche
2017-06-01 12:35:20 -07:00
parent d3e4e036e3
commit e41349572a
5 changed files with 428 additions and 9 deletions

6
util/genhuff/Cargo.toml Normal file
View File

@@ -0,0 +1,6 @@
[package]
name = "genhuff"
version = "0.1.0"
authors = ["Carl Lerche <me@carllerche.com>"]
[dependencies]