Docs.rs
meio-http-0.41.0
meio-http 0.41.0
Permalink
Docs.rs crate page
MIT
/
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
overfloat
therustmonk
Dependencies
anyhow ^1.0.33
normal
async-trait ^0.1.41
normal
async-tungstenite ^0.9.3
normal
derive_more ^0.99.11
normal
futures ^0.3.6
normal
hyper ^0.13.9
normal
log ^0.4.11
normal
meio ^0.41.0
normal
serde ^1.0.117
normal
slab ^0.4.2
normal
thiserror ^1.0.22
normal
tokio ^0.2.22
normal
tungstenite ^0.11.1
normal
warp ^0.2.5
normal
Versions
0%
of the crate is documented
Platform
i686-pc-windows-msvc
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
Files
meio_http/
lib.rs
1
pub mod
server;
2
pub use
server::HttpServer;
3
4
pub mod
link;
5
pub use
link::HttpServerLink;