Docs.rs
hyper-static-server-0.5.1
hyper-static-server 0.5.1
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
cipriancraciun
Dependencies
any_ascii ^0.3.1
normal
optional
blake2 ^0.9.1
normal
optional
cpio ^0.2.1
normal
optional
globset ^0.4.9
normal
optional
hyper-simple-server ^0.5.1
normal
optional
proc-macro2 ^1.0.36
normal
optional
pulldown-cmark ^0.9.2
normal
optional
rand ^0.8.5
normal
optional
sass-alt ^0.2.7
normal
optional
sass-rs ^0.2.2
normal
optional
serde ^1.0.143
normal
optional
serde_json ^1.0.83
normal
optional
serde_yaml ^0.8.26
normal
optional
sitewriter ^0.5.2
normal
optional
toml ^0.5.9
normal
optional
url ^2.2.2
normal
optional
walkdir ^2.3.2
normal
optional
Versions
0%
of the crate is documented
Platform
i686-unknown-linux-gnu
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_
server
0.5.1
Route
Extensions
Builder
Required Methods
build
Implementations on Foreign Types
()
str
Implementors
In crate hyper_
static_
server
hyper_static_server
Trait
RouteExtensionsBuilder
Copy item path
Source
pub trait RouteExtensionsBuilder { // Required method fn
build
(&self) ->
BuilderResult
<
TokenTree
>; }
Required Methods
§
Source
fn
build
(&self) ->
BuilderResult
<
TokenTree
>
Implementations on Foreign Types
§
Source
§
impl
RouteExtensionsBuilder
for
str
Source
§
fn
build
(&self) ->
BuilderResult
<
TokenTree
>
Source
§
impl
RouteExtensionsBuilder
for
()
Source
§
fn
build
(&self) ->
BuilderResult
<
TokenTree
>
Implementors
§