unicode-rs / unicode-segmentation

Grapheme Cluster and Word boundaries according to UAX#29 rules
https://unicode-rs.github.io/unicode-segmentation
Other
565 stars 57 forks source link

Forbid unsafe code #99

Closed timClicks closed 3 years ago

timClicks commented 3 years ago

Implements the recommendation from #84

Manishearth commented 3 years ago

I'm generally not a fan of unnecessary forbid(unsafe)s for similar reasons as David in https://github.com/alexcrichton/proc-macro2/pull/261#pullrequestreview-497017967