#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

#1348 in Text processing

Download history 16/week @ 2024-08-26 22/week @ 2024-09-02 16/week @ 2024-09-09 16/week @ 2024-09-16 37/week @ 2024-09-23 31/week @ 2024-09-30 14/week @ 2024-10-14 18/week @ 2024-10-21 16/week @ 2024-10-28 17/week @ 2024-11-04 13/week @ 2024-11-18 16/week @ 2024-11-25 94/week @ 2024-12-02 142/week @ 2024-12-09

265 downloads per month
Used in matrix_display

MIT license

9MB
115K SLoC

Contains (WOFF font, 94KB) docs/SourceSerifPro-Bold.ttf.woff, (WOFF font, 90KB) docs/FiraSans-Medium.woff, (WOFF font, 92KB) docs/FiraSans-Regular.woff, (WOFF font, 89KB) docs/SourceSerifPro-Regular.ttf.woff, (WOFF font, 56KB) docs/SourceCodePro-Regular.woff, (WOFF font, 56KB) docs/SourceCodePro-Semibold.woff and 1 more.

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