1
 2
 3
 4
 5
 6
 7
 8
 9
10
//! This crate implements [HPACK] for [HTTP/2]. It exposes a simple API for
//! performing the encoding and decoding of [HTTP/2] headers according to the
//! [HPACK] specification.
//! 
//! [![Documentation](https://img.shields.io/badge/documentation-2930e8.svg)](https://google.com)
//! 
//! Test
//! 
//! [HPACK]: https://tools.ietf.org/html/rfc7541
//! [HTTP/2]: https://tools.ietf.org/html/rfc7540