Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eagr/qpack
QPACK in Rust
https://github.com/eagr/qpack
Last synced: 8 days ago
JSON representation
QPACK in Rust
- Host: GitHub
- URL: https://github.com/eagr/qpack
- Owner: eagr
- License: apache-2.0
- Created: 2022-08-28T04:55:38.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-01-02T07:26:23.000Z (almost 2 years ago)
- Last Synced: 2024-10-28T04:00:00.750Z (about 2 months ago)
- Language: Rust
- Homepage:
- Size: 31.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# qpack
[QPACK](https://www.rfc-editor.org/rfc/rfc9204), HTTP/3 field compression in Rust
## Features
* [x] Huffman coding for field line literals
* [x] static table indexing
* [ ] dynamic table indexing## License
Licensed under either [MIT](/LICENSE-MIT) or [Apache License 2.0](/LICENSE-APACHE) at you option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in
this crate by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without
any additional terms or conditions.