amq-protocol 0.3.0

AMQP specifications
Documentation
extern crate amq_protocol_codegen;
extern crate amq_protocol_types;

mod protocol;

pub use protocol::*;

pub mod codegen;
pub mod types;