asciifolding 0.1.0

ascii folding library
Documentation

asciifolding

Build Status Rust port of Lucene's Ascii folding filter

From Lucene documentation:

This class converts alphabetic, numeric, and symbolic Unicode characters which are not in the first 127 ASCII characters (the "Basic Latin" Unicode block) into their ASCII equivalents, if one exists.

Reference implementation

Thanks