Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bearcove/loona
HTTP 1+2 in Rust, with io_uring & ktls
https://github.com/bearcove/loona
http io-uring rust rust-lang
Last synced: about 1 month ago
JSON representation
HTTP 1+2 in Rust, with io_uring & ktls
- Host: GitHub
- URL: https://github.com/bearcove/loona
- Owner: bearcove
- License: apache-2.0
- Created: 2022-10-10T15:19:20.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-14T16:50:28.000Z (3 months ago)
- Last Synced: 2024-08-14T16:51:35.242Z (3 months ago)
- Topics: http, io-uring, rust, rust-lang
- Language: Rust
- Homepage: https://docs.rs/fluke
- Size: 5.16 MB
- Stars: 298
- Watchers: 6
- Forks: 11
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE-APACHE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
[![test pipeline](https://github.com/bearcove/loona/actions/workflows/test.yml/badge.svg)](https://github.com/bearcove/loona/actions/workflows/test.yml?query=branch%3Amain)
[![Coverage Status (codecov.io)](https://codecov.io/gh/bearcove/loona/branch/main/graph/badge.svg)](https://codecov.io/gh/bearcove/loona/)
[![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/loona)](https://crates.io/crates/loona)
[![CodSpeed Badge](https://img.shields.io/endpoint?url=https://codspeed.io/badge.json)](https://codspeed.io/bearcove/loona)# loona
![The loona logo: a lunatic moon looking threatening and like it drank a beer it wasn't supposed to. Also pimples.](https://github.com/user-attachments/assets/409d548c-d642-4160-b529-5959a851d6b3)
_Logo by [MisiasArt](https://misiasart.com)_
An experimental, HTTP/1.1 and HTTP/2 implementation in Rust on top of io-uring.
This repository serves as a hope for several important projects:
* [loona](crates/loona/README.md) itself
* [buffet](crates/buffet/README.md), its buffer management library
* [luring](crates/luring/README.md), its io_uring abstraction on top of tokio
* [httpwg](crates/httpwg/README.md), an HTTP conformance suite (replacing h2spec)### Funding
Thanks to Namespace for providing fast GitHub Actions workers:
Thanks to all my individual sponsors.
Thanks to Shopify and 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.