UNIC v0.4.0 - 2017-06-23
-
Create
UnicodeVersion
type and use in all components forUNICODE_VERSION
, and allow conversion to/fromAge
character property. -
Split IDNA Mapping data into
unic-idna-mapping
and 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 Prop
as methods. -
[idna] Use standard
binary_search_by()
. -
Pass in
bench_it
feature to components supporting it. (Onlyunic-bidi
at the moment.)