6 releases (3 breaking)

0.6.1 Oct 25, 2024
0.6.0 Feb 4, 2024
0.5.0 Aug 29, 2022
0.4.1 May 26, 2022
0.3.0 Nov 5, 2021

#1816 in Asynchronous

Download history 31/week @ 2024-08-26 7/week @ 2024-09-09 52/week @ 2024-09-23 8/week @ 2024-09-30 1/week @ 2024-10-07 18/week @ 2024-10-14 127/week @ 2024-10-21 26/week @ 2024-10-28 15/week @ 2024-11-04 1/week @ 2024-11-11 12/week @ 2024-11-18 8/week @ 2024-11-25 8/week @ 2024-12-02 45/week @ 2024-12-09

73 downloads per month
Used in 6 crates (via kvarn)

Apache-2.0

105KB
2.5K SLoC

Kvarn async

This is a collection of Tokio and other async utilities used in the Kvarn web server.

See doc.kvarn.org for the most up-to-date docs.


lib.rs:

Async bits for web applications.

This includes reading to bytes, a adapter between std's Read trait and tokio's AsyncRead, a [mod@write] module for writing HTTP/1 requests and responses, and a read module for reading HTTP/1 requests and responses.

Dependencies

~3.5–9MB
~78K SLoC