vane-kernel 0.2.0

io_uring/mio dual-backend, thread-per-core transport engine for Vane
Documentation
1
2
3
4
5
6
7
//! Native HTTP/2 engine (`PR-02`): HPACK, frame codec, and the
//! connection/stream state machines over the completion engine.

pub mod connection;
pub mod frame;
pub mod hpack;
pub mod huffman;