1
2
3
4
5
6
//! Prelude for convenience.

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