zrquic 0.1.6

A low-level quic library based on `quiche` focusing on non-blocking and masive connection management.
Documentation
1
2
3
4
5
6
7
8
9
//! Integration with the mio library.

mod group;
pub use group::*;

mod buf;
mod udp;

pub(crate) mod would_block;