Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hapsoc/hring
HTTP 1+2 in Rust, with io_uring & ktls
https://github.com/hapsoc/hring
http io-uring rust rust-lang
Last synced: 3 months ago
JSON representation
HTTP 1+2 in Rust, with io_uring & ktls
- Host: GitHub
- URL: https://github.com/hapsoc/hring
- Owner: bearcove
- License: apache-2.0
- Created: 2022-10-10T15:19:20.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-17T17:02:02.000Z (6 months ago)
- Last Synced: 2024-05-22T14:09:24.759Z (6 months ago)
- Topics: http, io-uring, rust, rust-lang
- Language: Rust
- Homepage: https://docs.rs/fluke
- Size: 5.01 MB
- Stars: 197
- Watchers: 7
- Forks: 6
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE-APACHE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# fluke
[![test pipeline](https://github.com/bearcove/fluke/actions/workflows/test.yml/badge.svg)](https://github.com/bearcove/fluke/actions/workflows/test.yml?query=branch%3Amain)
[![Coverage Status (codecov.io)](https://codecov.io/gh/bearcove/fluke/branch/main/graph/badge.svg)](https://codecov.io/gh/bearcove/fluke/)
[![MIT OR Apache-2.0 licensed](https://img.shields.io/badge/license-MIT+Apache_2.0-blue.svg)](./LICENSE)
[![Crates.io](https://img.shields.io/crates/v/fluke)](https://crates.io/crates/fluke)An experimental, HTTP/1.1 and HTTP/2 implementation in Rust on top of io-uring.
Nothing in this repo is final yet, look around, but please do not use.
### Funding
Thanks to Shopify for funding fluke's development:
Thanks to Namespace for providing fast GitHub Actions workers:
Thanks to all my individual sponsors.
And finally, thanks to fly for their past funding:
## License
This project is primarily distributed under the terms of both the MIT license
and the Apache License (Version 2.0).See [LICENSE-APACHE](LICENSE-APACHE) and [LICENSE-MIT](LICENSE-MIT) for details.