quote-data
A tokenization Library for Rust.
Usage
quote-data provide derive macro quote_data::QuoteIt,
which implements quote::ToTokens for struct or enum.
use QuoteIt;
use TokenStream;
use quote;
Supported Types
- Any types implemented
quote::ToTokens StringVec,HashMap,HashSetResult,OptionTuplestd::marker::PhantomData