asciifolding

Crates.ioasciifolding
lib.rsasciifolding
version0.1.0
sourcesrc
created_at2019-04-06 14:48:20.238586
updated_at2019-04-06 14:48:20.238586
descriptionascii folding library
homepage
repositoryhttps://github.com/mpaltun/asciifolding
max_upload_size
id126168
size134,332
Mustafa Paltun (mpaltun)

documentation

README

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

Commit count: 10

cargo fmt