unicode-rs / unicode-normalization

Unicode Normalization forms according to UAX#15 rules
https://unicode-rs.github.io/unicode-normalization
Other
158 stars 40 forks source link

Add a fuzz target. #63

Closed sunfishcode closed 3 years ago

sunfishcode commented 3 years ago

Here's a fuzz target which checks all the crate's iterators against its predicates. I ran it briefly with 0.1.15 and didn't see any failures.

Manishearth commented 3 years ago

Thanks!