1
2
3
4
5
6
7
8
//! Rust macro toolkit.

pub extern crate syn;
pub extern crate quote;

pub use proc_macro2::Span;

pub mod meta;