asciifolding 0.1.0

ascii folding library
Documentation
  • Coverage
  • 50%
    1 out of 2 items documented0 out of 1 items with examples
  • Size
  • Source code size: 133.96 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 2.7 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 11s Average build duration of successful builds.
  • all releases: 11s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • mpaltun/asciifolding
    5 1 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • mpaltun

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