#unicode-characters #unicode #type #convenience #plain-text #boilerplate

unicode_types

A mapping of all the unicode characters into convenience types (one enum per block of characters with one variant per character)

2 unstable releases

0.2.0 May 12, 2019
0.1.0 May 12, 2019

#1777 in Text processing

Download history 2/week @ 2024-01-05 5/week @ 2024-01-12 1/week @ 2024-01-19 5/week @ 2024-02-02 14/week @ 2024-02-09 28/week @ 2024-02-16 31/week @ 2024-02-23 25/week @ 2024-03-01 20/week @ 2024-03-08 15/week @ 2024-03-15 19/week @ 2024-03-22 58/week @ 2024-03-29 18/week @ 2024-04-05 18/week @ 2024-04-12 20/week @ 2024-04-19

117 downloads per month
Used in matrix_display

MIT license

9MB
115K SLoC

Mapping of all unicode characters to rust types.

Documentation

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

Dependencies