Docs.rs
hyper-static-0.1.6
hyper-static 0.1.6
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
divi255
yblokh
Dependencies
async-stream ^0.3.3
normal
bmart-derive ^0.1.2
normal
chrono ^0.4.19
normal
chrono-tz ^0.7.0
normal
futures ^0.3.21
normal
hex ^0.4.3
normal
hyper ^0.14.18
normal
openssl ^0.10.42
normal
sha2 ^0.10.6
normal
tokio ^1.15.0
normal
Versions
5.26%
of the crate is documented
Go to latest version
Platform
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
?
1
2
3
#![doc =
include_str!
(
"../README.md"
)]
pub mod
serve;
pub mod
streamer;