1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
//!
//! A collection of macros to ease the creation of other macros.
//!

#[macro_use]
mod eager_macro_rules;
#[macro_use]
mod reverse;
#[macro_use]
mod eager;