amq-protocol 0.22.0

AMQP specifications
Documentation
1
2
3
4
5
6
7
8
9
10
11
extern crate amq_protocol_codegen;
extern crate amq_protocol_types;
#[macro_use] extern crate cookie_factory;
#[macro_use] extern crate nom;
extern crate url;

pub mod codegen;
pub mod frame;
pub mod protocol;
pub mod types;
pub mod uri;