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

Directly expose constructors for iterators rather than relying on hard-to-discover trait stuff #101

Closed Manishearth closed 5 months ago

Manishearth commented 5 months ago

It took me a while to realize these constructors were even available. Adding explicit functions for people who wish to track this.