Module adapter

Source
Expand description

Gracefully degrade styled output

Structs§

StripBytes
Incrementally strip non-contiguous data
StripBytesIter
See StripBytes
StripStr
Incrementally strip non-contiguous data
StripStrIter
See StripStr
StrippedBytes
See strip_bytes
StrippedStr
See strip_str
WinconBytes
Incrementally convert to wincon calls for non-contiguous data
WinconBytesIter
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