ramqp 0.6.5

A from-scratch, clean-room AMQP 1.0 client.
Documentation
1
2
3
4
5
6
//! Clean-room AMQP 1.0 protocol types (Phase E), built on [`crate::codec`].

pub mod definitions;
pub mod messaging;
pub mod performatives;
pub mod sasl;