#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

#1836 in Text processing

50 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