deboa 0.1.0-beta.8

A friendly rest client on top of hyper.
1
2
3
4
5
6
pub mod executor;
mod io;
pub mod stream;
pub mod tls;

pub use io::CompioIo;