quote-example-pkg 1.0.66

Quasi-quoting macro quote!(...)
Documentation
1
2
3
4
5
use quote::quote;

fn main() {
    quote!(#(a b)*);
}