1 2 3 4 5 6 7 8
use syn::{custom_keyword, custom_punctuation}; custom_keyword!(BIP39); custom_keyword!(DIGITS); custom_punctuation!(MUL0, *); custom_punctuation!(MUL1, +); custom_punctuation!(QST, ?); // custom_punctuation!(TO, -);