rust/src/libstd_unicode
Behnam Esfahbod 7ebb6eedca [libstd_unicode] Change UNICODE_VERSION to use u32
Use `u32` for version components, as `u64` is just an overkill, and
`u32` is the default type for integers and the default type used for
regular internal numbers.

There's no expectation for Unicode Versions to even reach one thousand
in the next hundered years. This is different from *package versions*,
which may become something auto-generated and exceed human-friendly
range of integer values.
2017-07-21 11:59:23 -06:00
..
tests Utf8Lossy type with chunks iterator and impl Display and Debug 2017-06-15 20:42:35 +01:00
Cargo.toml Utf8Lossy type with chunks iterator and impl Display and Debug 2017-06-15 20:42:35 +01:00
char.rs Correct some stability attributes 2017-07-10 02:07:29 +01:00
lib.rs Utf8Lossy type with chunks iterator and impl Display and Debug 2017-06-15 20:42:35 +01:00
lossy.rs Utf8Lossy type with chunks iterator and impl Display and Debug 2017-06-15 20:42:35 +01:00
tables.rs [libstd_unicode] Change UNICODE_VERSION to use u32 2017-07-21 11:59:23 -06:00
u_str.rs Merge crate collections into alloc 2017-06-13 23:37:34 -07:00
unicode.py [libstd_unicode] Change UNICODE_VERSION to use u32 2017-07-21 11:59:23 -06:00