unicode_types 0.2.0

A mapping of all the unicode characters into convenience types (one enum per block of characters with one variant per character).
Documentation
Mapping of all unicode characters to rust types.
===
[Documentation](https://pierrechevalier83.github.io/unicode_types/unicode_types/index.html)

This mapping was automatically generated from the latest Unicode
Character Database by the `unicode_gen` crate.

Each unicode Block is represented by a module of the appropriate name.
In this module, one module named constants contains a constant for each
character litteral in the block.
In addition to this, an enum represents the block and each character
is represented by a variant of this enum.

Disclaimer:
Unicode Character Database
Date: 2019-04-29, 23:54:00 GMT [KW]
© 2019 Unicode®, Inc.
Unicode and the Unicode Logo are registered trademarks of Unicode,
Inc. in the U.S. and other countries.
For terms of use, see http://www.unicode.org/terms_of_use.html