| Crates.io | huffman-rust |
| lib.rs | huffman-rust |
| version | 0.1.1 |
| created_at | 2018-10-24 16:21:10.822967+00 |
| updated_at | 2018-10-24 17:33:13.876553+00 |
| 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;