Overview of vtparse
mainvtparse is a low-level implementation of a parser for escape and control sequences, based on the DEC ANSI Parser. It is modified to support UTF-8 sequences.
Note that vtparse is a low-level parser: it categorizes basic sequence types but does not assign semantic meaning to them. If you require semantic parsing, consider using termwiz::escape::parser::Parser from the termwiz crate.