pub fn strip_ansi_bytes(input: &[u8]) -> Vec<u8> ⓘ
Strip ANSI escape codes from arbitrary bytes, preserving non-control bytes.
This is the preferred API when input may contain raw C1 (8-bit) controls.