Crates.io | huffman-rust |
lib.rs | huffman-rust |
version | 0.1.1 |
source | src |
created_at | 2018-10-24 16:21:10.822967 |
updated_at | 2018-10-24 17:33:13.876553 |
description | Encode and decode files using canonical huffman codes |
homepage | |
repository | https://github.com/sagalasan/huffman-rust |
max_upload_size | |
id | 92410 |
size | 22,062 |
Encode and decode files using canonical huffman codes.
Place the following in your Cargo.toml
file.
huffman-rust = "0.1"
Import the crate.
extern crate huffman_rust as huffman;