Expand description
Gracefully degrade styled output
Structs§
- Strip
Bytes - Incrementally strip non-contiguous data
- Strip
Bytes Iter - See
StripBytes - Strip
Str - Incrementally strip non-contiguous data
- Strip
StrIter - See
StripStr - Stripped
Bytes - See
strip_bytes - Stripped
Str - See
strip_str - Wincon
Bytes - Incrementally convert to wincon calls for non-contiguous data
- Wincon
Bytes Iter - See
WinconBytes
Functions§
- strip_
bytes - Strip ANSI escapes from bytes, returning the printable content
- strip_
str - Strip ANSI escapes from a
&str, returning the printable content