Skip to main content

sanitize_custom_chars

Function sanitize_custom_chars 

Source
fn sanitize_custom_chars(s: &str) -> Vec<char>
Expand description

Filters the characters of s down to ASCII-printable, non-whitespace, deduplicated characters, preserving relative order on first occurrence.