protocol 0.1.6

Easy protocol definitions
Documentation
1
2
3
4
5
6
7
8
9
10
pub use self::middleware::Middleware;

/// Stream-based over the wire communication.
pub mod stream;
/// Datagram-based over the wire communication.
pub mod dgram;
/// Middleware.
#[macro_use]
pub mod middleware;