//! Code generation utilities for the AMQP 0-9-1 specification.
//!
//! Parses the RabbitMQ machine-readable protocol spec and exposes a
//! [Handlebars](https://docs.rs/handlebars)-based templating engine so that
//! build scripts can generate Rust source code from it. Used internally by
//! the `amq-protocol` and `lapin` build scripts.
pub use crate::;