[][src]Module phroxy::strip_ansi_escapes

Structs

Writer

Writer wraps an underlying type that implements Write, stripping ANSI escape sequences from bytes written to it before passing them to the underlying writer.

Functions

strip

Strip ANSI escapes from data and return the remaining bytes as a Vec<u8>.