Skip to content

Commit 3a827d8

Browse files
committed
Final huffman implementation
1 parent 50a44ce commit 3a827d8

2 files changed

Lines changed: 205 additions & 193 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ categories = ["compression", "algorithms", "command-line-utilities"]
1111
keywords = ["compression", "lzw", "lz77", "lz78"]
1212

1313
[dependencies]
14-
bits-io = "0.5.0"
14+
bits-io = "0.5.2"
1515
clap = { version = "4.5.37", features = ["derive"] }
1616
num = "0.4.3"
1717
num-traits = "0.2.19"

0 commit comments

Comments
 (0)