Docs.rs
static_dir-0.2.0
static_dir 0.2.0
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
nytopop
Dependencies
headers ^0.3
normal
http ^0.2
normal
hyper ^0.14
normal
include_dir ^0.6
normal
log ^0.4
normal
mime_guess ^2.0
normal
once_cell ^1.3
normal
urlencoding ^1.1
normal
warp ^0.3
normal
Versions
100%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
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
Crate static_dir
static_
dir
0.2.0
All Items
Crate Items
Macros
Functions
Crate
static_
dir
Copy item path
Source
Expand description
A crate for embedding static assets into warp webservers.
Macros
§
static_
dir
Creates a
Filter
that serves a directory at the base
$path
joined by the request path.
Functions
§
dir
Creates a
Filter
that serves an included directory.