//! A dead simple macro to erase macro hygiene. This stringifies the input, then reparses it in
//! the caller's context (with a few warts.)
extern crate proc_macro_hack;
extern crate unhygienic_impl;
pub use *;
proc_macro_expr_decl!
proc_macro_item_decl!