Anders429 / word_filter

A Word Filter for filtering text.
Apache License 2.0
1 stars 0 forks source link

Fully embrace graphemes #19

Closed Anders429 closed 3 years ago

Anders429 commented 3 years ago

Fixes #18. This makes all Node connections be based on graphemes instead of chars. It adds unicode-segmentation as a required dependency. Ultimately, this is a great change as it promotes the crate acting as users would expect it to act.