shio 0.3.0

Shio is a fast, simple, and asynchronous micro web-framework for Rust.
Documentation
1
2
3
4
5
mod futures;
mod net;

pub use self::futures::{BoxFuture, FutureExt};
pub use self::net::ToSocketAddrsExt;