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

pub extern crate quote;
pub extern crate syn;

pub use proc_macro2::Span;

pub mod meta;