fly-accept-encoding 0.2.0

Determine the best encoding possible from an Accept-Encoding HTTP header.
Documentation
[[bench]]
harness = false
name = "parse"
path = "benches/parse.rs"
[dependencies.http]
version = "0.2"

[dependencies.itertools]
version = "0.10"

[dependencies.thiserror]
version = "1.0"
[dev-dependencies.bencher]
version = "0.1.5"

[package]
authors = ["Jerome Gravel-Niquet <jeromegn@gmail.com>"]
categories = ["compression", "web-programming", "web-programming::http-server"]
description = "Determine the best encoding possible from an Accept-Encoding HTTP header."
documentation = "https://docs.rs/fly-accept-encoding"
edition = "2018"
include = ["src/**/*.rs", "Cargo.toml"]
keywords = ["accept-encoding", "gzip", "brotli", "http", "server"]
license = "MIT OR Apache-2.0"
name = "fly-accept-encoding"
readme = "README.md"
repository = "https://github.com/superfly/accept-encoding"
version = "0.2.0"