quicnet 0.2.2

minimal peer-to-peer network protocol over QUIC
Documentation
1
2
3
4
5
6
pub mod builder;
pub mod stream;
pub mod web_compat;

pub use builder::{ClientBuilder, ServerBuilder};
pub use stream::AuthenticatedStream;