Crates.io | loona |
lib.rs | loona |
version | 0.3.2 |
source | src |
created_at | 2024-08-14 17:32:06.398743 |
updated_at | 2024-11-03 11:37:32.522952 |
description | HTTP 1 and 2 on top of io_uring |
homepage | |
repository | https://github.com/bearcove/loona |
max_upload_size | |
id | 1337784 |
size | 303,099 |
Logo by MisiasArt
loona is an HTTP/1.1 and HTTP/2 implementation on top of Rust, using io_uring on Linux.
It is focused on correctness and performance.
At this stage, loona is still a research project, but you can check out the rest of the loona cinematic universe:
To see how loona can be used to make HTTP/1 and HTTP/2 servers, you can check out:
loona also integrates well with ktls, you can check the tls example (Linux-only).