h3-util 0.0.6

h3 utilities for tonic-h3
Documentation
1
2
3
4
5
6
7
8
pub mod client;
pub mod server;

pub use s2n_quic;

/// internal copy of the unpublished s2n-quic-h3 crate.
#[cfg(feature = "s2n-quic")]
pub mod s2n_quic_h3;