ramqp 0.5.3

A from-scratch, clean-room AMQP 1.0 client.
Documentation
1
2
3
4
5
6
7
//! Connection runtime (Phase 2): the single-owner driver task and its
//! negotiation, channel multiplexing, and heartbeat helpers.

pub mod driver;
pub mod heartbeat;
pub mod mux;
pub mod negotiate;