pmutil 0.5.0

Utils for proc-macro
Documentation
1
2
3
4
5
//! Prelude for convenience.

pub use super::comment::comment;
pub use super::spanned_quote::Quote;
pub use super::{IdentExt, SpanExt, ToTokensExt};