io-http 0.0.3

Set of I/O-free coroutines to manage HTTP streams
1
2
3
4
5
#![cfg_attr(docsrs, feature(doc_cfg, doc_auto_cfg))]
#![doc = include_str!("../README.md")]

#[path = "1.1/mod.rs"]
pub mod v1_1;