Skip to content

UNIC v0.4.0 - 2017-06-23

Compare
Choose a tag to compare
@behnam behnam released this 23 Jun 07:00
· 721 commits to master since this release
  • Create UnicodeVersion type and use in all components for UNICODE_VERSION, and allow conversion to/from Age character property.

  • Split IDNA Mapping data into unic-idna-mapping and leave the process algorithms in unic-idna.

  • [ucd] Create common pattern for UCD character properties: For property called Prop, static function Prop::of(ch: char) to get value for a character, and ch.<prop>() using the helper trait called CharProp. Also, move all property value helpers into impl Prop as methods.

  • [idna] Use standard binary_search_by().

  • Pass in bench_it feature to components supporting it. (Only unic-bidi at the moment.)