amq-protocol-codegen 0.17.0

AMQP specifications - codegen
Documentation
extern crate amq_protocol_types;
extern crate handlebars;
extern crate itertools;
extern crate serde;
#[macro_use] extern crate serde_derive;
extern crate serde_json;

mod internal;
mod named;
mod specs;
mod templating;
mod util;

pub use named::*;
pub use specs::*;
pub use templating::*;
pub use util::*;