Docs.rs
hyper-simple-server-0.1.1
hyper-simple-server 0.1.1
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
cipriancraciun
Dependencies
argparse ^0.2.2
normal
bytes ^1.0.1
normal
futures ^0.3.12
normal
http ^0.2.3
normal
http-body ^0.4.0
normal
hyper ^0.14.4
normal
jemalloc-sys ^0.3.2
normal
jemallocator ^0.3.2
normal
native-tls ^0.2.7
normal
path-tree ^0.1.12
normal
rustls ^0.19.0
normal
rustls-pemfile ^0.2.0
normal
tokio ^1.2.0
normal
tokio-native-tls ^0.3.0
normal
tokio-rustls ^0.22.0
normal
Versions
0%
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
☰
Type Definition ServerResult
hyper_simple_server
?
Type Definition
hyper_simple_server
::
ServerResult
[
−
]
[src]
type ServerResult<V =
()
> =
Result
<V,
ServerError
>;