UNIC v0.4.0 - 2017-06-23
-
Create
UnicodeVersiontype and use in all components forUNICODE_VERSION, and allow conversion to/fromAgecharacter property. -
Split IDNA Mapping data into
unic-idna-mappingand leave the process algorithms inunic-idna. -
[ucd] Create common pattern for UCD character properties: For property called
Prop, static functionProp::of(ch: char)to get value for a character, andch.<prop>()using the helper trait calledCharProp. Also, move all property value helpers intoimpl Propas methods. -
[idna] Use standard
binary_search_by(). -
Pass in
bench_itfeature to components supporting it. (Onlyunic-bidiat the moment.)