Add web server example
Fix typo on name of BufPool
Add notes about vectored I/O
You can also use your local clone with git send-email.
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