~zethra/faering

WIP
Fix Buf allocation
Merge branch 'criterion_benches'
Don't explicitly close the socket in the http-server example

refs

main
browse  log 

clone

read-only
https://git.sr.ht/~zethra/faering
read/write
git@git.sr.ht:~zethra/faering

You can also use your local clone with git send-email.

#faering

Async IO using io_uring on Linux

Work in Progress...

Overall library design is documented in design.md.

A lot an inspiration and some docs are borrowed from smol.

Important: This crate only support Linux as io_uring is a Linux specific API