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

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

#1731 in Text processing

Download history 1/week @ 2023-12-04 5/week @ 2023-12-11 7/week @ 2023-12-18 2/week @ 2023-12-25 4/week @ 2024-01-08 4/week @ 2024-01-15 10/week @ 2024-02-05 20/week @ 2024-02-12 26/week @ 2024-02-19 40/week @ 2024-02-26 15/week @ 2024-03-04 19/week @ 2024-03-11 16/week @ 2024-03-18

91 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