Docs.rs
hyper-static-0.1.6
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
hyper-static 0.1.6
A static file handler for Rust/Hyper with minimal logic
Crate
Source
Builds
Feature flags
Documentation
Hide files
..
lib.rs
serve.rs
streamer.rs
1
2
3
#!
[
doc
=
include_str
!(
"
../README.md
"
)
]
pub
mod
serve
;
pub
mod
streamer
;