vt-push-parser
A streaming push parser for the VT protocol.
This crate provides a push parser that can be fed bytes and will emit events as they are parsed. You can easily use this as part of a push or pull pipeline.
Zero-alloc
This crate will eventually be zero-alloc, but currently it is not zero-alloc in all cases.
Example
use ;
let mut parser = new;
// Parse ANSI colored text
parser.feed_with;