huffman 0.0.3

Huffman is a library to decode huffman-encoded data.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies]
bitreader = "^0.1"

[features]
nightly = []

[package]
authors = ["Antoni Boucher <bouanto@zoho.com>"]
description = "Huffman is a library to decode huffman-encoded data."
documentation = "https://antoyo.github.io/huffman-rs/huffman/"
license = "MIT"
name = "huffman"
repository = "https://github.com/antoyo/huffman-rs"
version = "0.0.3"

[package.metadata.release]
upload-doc = true