homoglyph-detect
Detect Cyrillic / Greek / fullwidth lookalike chars masquerading as
ASCII letters. Catches the cl\u{0430}ude trick that bypasses keyword
matching.
use ;
let attack = "cl\u{0430}ude";
let hits = find_homoglyphs;
assert_eq!;
assert_eq!;
Zero deps. MIT or Apache-2.0.