Crates.io | asciifolding |
lib.rs | asciifolding |
version | 0.1.0 |
source | src |
created_at | 2019-04-06 14:48:20.238586 |
updated_at | 2019-04-06 14:48:20.238586 |
description | ascii folding library |
homepage | |
repository | https://github.com/mpaltun/asciifolding |
max_upload_size | |
id | 126168 |
size | 134,332 |
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.