icu_casemap
Case mapping for Unicode characters and strings.
This module is published as its own crate (icu_casemap
)
and as part of the icu
crate. See the latter for more details on the ICU4X project.
Examples
use CaseMapper;
use langid;
let cm = new;
assert_eq!;
assert_eq!;
More Information
For more information on development, authorship, contributing etc. please visit ICU4X home page
.