ramqp 0.5.3

A from-scratch, clean-room AMQP 1.0 client.
Documentation
1
2
3
4
5
6
//! Session runtime (Phase 3): begin/end state, flow-control windows, and the
//! handle↔link registry.

pub mod registry;
pub mod state;
pub mod window;