Module unicode

Module unicode 

Source
๐Ÿ”ฌThis is a nightly-only experimental API. (unicode_internals)
Expand description

Unicode internals used in liballoc and libstd. Not public API.

Re-exportsยง

pub use unicode_data::case_ignorable::lookup as Case_Ignorable;Experimental
pub use unicode_data::cased::lookup as Cased;Experimental
pub use unicode_data::conversions;Experimental

Modulesยง

printable ๐Ÿ”’ Experimental
unicode_data ๐Ÿ”’ Experimental
This file is generated by ./x run src/tools/unicode-table-generator; do not edit manually!

Constantsยง

UNICODE_VERSIONExperimental
The version of Unicode that the Unicode parts of char and str methods are based on.