Audit of anstyle-parse 1.0.0, a Rust #![no_std] parser for ANSI / VT escape sequences implementing the Paul Williams DEC state machine via a generated 256x16 transition table. Forked from alacritty/vte. Three small unsafe blocks: mem::transmute of bit-packed enum bytes (documented invariants), and the array-of-MaybeUninit idiom for the OSC dispatch buffer. Two low-severity quality findings (partial SAFETY comments; tests/benches excluded from publish). Safe to use.