simple_huffman 0.1.0

Dead simple Huffman encoding and decoding library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[dependencies]

[package]
description = "Dead simple Huffman encoding and decoding library"
documentation = "https://docs.rs/huffman"
edition = "2021"
homepage = "https://github.com/funnsam/huffman_coding"
keywords = ["huffman", "compression"]
license = "BSD-2-Clause"
name = "simple_huffman"
readme = "README.md"
repository = "https://github.com/funnsam/huffman_coding"
version = "0.1.0"