4 releases
| 0.1.5 | Aug 18, 2025 |
|---|---|
| 0.1.3 | Jun 4, 2025 |
| 0.1.2 | Jun 3, 2025 |
| 0.1.0 | Jun 3, 2025 |
#954 in Text processing
270 downloads per month
16KB
103 lines
Invisible-Characters
A rust crate which exports an array of invisible characters. You can use this list with either a character or regex checker.
The chars are sourced from flopp/invisible-characters.
Usage:
cargo add invisible-characters
use invisible_characters::INVISIBLE_CHARS;
if title.contains(INVISIBLE_CHARS) {...}
Dependencies
~0.7–1.6MB
~34K SLoC