rust/src/libstd_unicode
bors d69cdca153 Auto merge of #42998 - behnam:uni-ver-type, r=sfackler
[libstd_unicode] Change UNICODE_VERSION to use u32

Looks like there's no strong reason to keep these values at `u64`.

With the current plans for the Unicode Standard, `u8` should be enough for the next 200 years. To stay on the safe side, I'm using `u16` here. I don't see a reason to go with anything machine-dependent/more-efficient.
2017-08-08 06:48:45 +00: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 std: Stabilize char_escape_debug 2017-07-25 07:09:31 -07:00
lib.rs std: Stabilize char_escape_debug 2017-07-25 07:09:31 -07: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] Create UnicodeVersion type 2017-07-21 12:09:02 -06:00
u_str.rs Merge crate collections into alloc 2017-06-13 23:37:34 -07:00
unicode.py [libstd_unicode] Create UnicodeVersion type 2017-07-21 12:09:02 -06:00