backtalk 0.1.0

An asynchronous, streaming web server for JSON APIs
Documentation
1
2
3
4
5
mod adapter;
pub use self::adapter::MemoryAdapter;

mod channel;
pub use self::channel::MemoryChannel;