h3-util 0.0.1

h3 utilities for tonic-h3
Documentation
1
2
3
4
5
6
7
8
9
pub mod client;
pub mod client_body;
mod connection;
pub mod quinn;
pub mod server;
pub mod server_body;

pub type Error = Box<dyn std::error::Error + Send + Sync>;
pub use std::error::Error as StdError;