accept-encoding 0.1.0

Determine the best encoding possible from an Accept-Encoding HTTP header.
Documentation
[package]
name = "accept-encoding"
version = "0.1.0"
license = "MIT OR Apache-2.0"
repository = "https://github.com/rust-net-web/accept-encoding"
documentation = "https://docs.rs/accept-encoding"
description = "Determine the best encoding possible from an Accept-Encoding HTTP header."
keywords = ["accept-encoding", "gzip", "brotli", "http", "server"]
categories = ["compression", "web-programming", "web-programming::http-server"]
authors = ["Yoshua Wuyts <yoshuawuyts@gmail.com>"]
readme = "README.md"
edition = "2018"

[dependencies]
failure = "0.1.3"
http = "0.1.13"
derive_is_enum_variant = "0.1.1"

[dev-dependencies]