qpack 0.1.0

HTTP3 QPACK header compression algorithm accoring to IETF#9204.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# HTTP3 Qpack header compression
Encoding and decoding of HTTP3 headers according to the [IETF RFC 9204](https://www.rfc-editor.org/rfc/rfc9204).

This is an export from the [hyperium/h3](https://crates.io/crates/h3) crate for reusability in other areas.

## Status

This is work in progress and which was needed for a separate proof of concept implementation. Thus, at this point, its feature and maintaince is undecided.

## License

As hyperium's H3 this is licensed under MIT, see [LICENSE](LICENSE).