httlib-huffman 0.1.3

Canonical Huffman algorithm for handling HPACK format in HTTP/2.
Documentation
[features]
decode1 = []
decode2 = []
decode3 = []
decode4 = []
decode5 = []
default = ["encode", "decode4", "flatten", "parse"]
encode = []
flatten = []
parse = []

[package]
authors = ["Kristijan Sedlak <xpepermint@gmail.com>"]
categories = ["algorithms", "encoding"]
description = "Canonical Huffman algorithm for handling HPACK format in HTTP/2."
documentation = "https://docs.rs/httlib-huffman"
edition = "2018"
homepage = "https://github.com/xpepermint/httlib-rs/tree/main/huffman"
keywords = ["huffman", "canonical", "hpack", "http"]
license = "MIT"
name = "httlib-huffman"
readme = "README.md"
repository = "https://github.com/xpepermint/httlib-rs"
version = "0.1.3"