open-i18n/rust-unic

Expose versions of non-UCD data

behnam opened this issue · 1 comments

At the moment, we only have UNICODE_VERSION, which exposes the version of UCD data in each component. We need to have API and data for other versions, like IDNA Version, Emoji Version, etc.

We now have EMOJI_VERSION exposed, and a generic UnicodeVersion type in unic-common component.