Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.