Docs.rs
salvo-http3-0.7.0
salvo-http3 0.7.0
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
chrislearn
Dependencies
bytes ^1
normal
futures-util ^0.3
normal
h3 ^0.0.8
normal
h3-datagram ^0.0.2
normal
h3-quinn ^0.0.10
normal
optional
http ^1
normal
pin-project-lite ^0.2
normal
tokio ^1
normal
tracing ^0.1
normal
Versions
95.65%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Files
salvo_http3/
lib.rs
1
pub use
h3::
*
;
2
3
pub mod
webtransport;
4
5
#[cfg(feature =
"quinn"
)]
6
pub use
h3_quinn
as
quinn;