pmutil 0.1.0

Utils for proc-macro
Documentation
//! Prelude for convenience.

pub use super::{IdentExt, SpanExt, ToTokensExt};
pub use super::comment::comment;
pub use super::spanned_quote::Quote;
pub use proc_macro2::{Literal, Span, Term, TokenStream, TokenTree};
pub use syn::Ident;