Version 1.4.2
See all unicase's items
Case provices a way of specifying strings that are case-insensitive.
use unicase::UniCase; let a = UniCase("foobar"); let b = UniCase("FoObAr"); assert_eq!(a, b);
Case Insensitive wrapper of strings.