This is very WIP, and a conversion of rask-old to utilize io_uring on linux rather than epoll.
As such, this is still a learning project and not currently recommended for any production use.
- Build bindgen to liburing
- Replicate non-generated inline static functions of liburing
- Build idiomatic Rust wrapper to liburing
- Build connection layer and core event loop of server