salvo-http3 0.7.0

Http3 for salvo web framework
Documentation
1
2
3
4
5
6
pub use h3::*;

pub mod webtransport;

#[cfg(feature = "quinn")]
pub use h3_quinn as quinn;