[](https://travis-ci.org/sagalasan/huffman-rust)
Encode and decode files using canonical huffman codes.
Place the following in your `Cargo.toml` file.
```toml
huffman-rust = "0.1"
```
Import the crate.
```rust
extern crate huffman_rust as huffman;
```