huffman-encoding 0.1.2

Huffman encoding of arbitrary data
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[dependencies.bit-vec]
version = "^0.6"

[dependencies.thiserror]
version = "^1.0"

[package]
authors = ["conner bryan <conner@bryanthorpe.com>"]
description = "Huffman encoding of arbitrary data"
edition = "2018"
license = "MIT/Apache-2.0"
name = "huffman-encoding"
version = "0.1.2"