char_class!() { /* proc-macro */ }Expand description
Parse a regex character class,
and return an instance of CharClass.
The ucd-generate command line tool is the underlying source of truth
for these tables, although the char_class! macro depends on it indirectly, via the
regex-syntax crate.