Low-level QUIC + HTTP/3
Cloudflare quiche exposes relatively low-level QUIC/HTTP3 APIs, leaving I/O, sockets and timer/event-loop organization to the application. It is a useful reference for Rust QUIC state machines and application integration boundaries.