amq-protocol 2.0.0-beta2

AMQP specifications
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
mod structs;

pub use self::generation::gen_frame;
pub use self::parsing::parse_frame;
pub use self::structs::*;

pub use cookie_factory::GenError;
pub use nom::Offset;

/// Serialization utils
pub mod generation;
/// Parsing utils
pub mod parsing;