rust/src/libstd_unicode
Corey Farwell 4c43bc32b7 Rollup merge of #42271 - tinaun:charfromstr, r=alexcrichton
add `FromStr` Impl for `char`

fixes #24939.

is it possible to use pub(restricted) instead of using a stability attribute for the internal error representation? is it needed at all?
2017-06-20 16:28:25 -04: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 Rollup merge of #42271 - tinaun:charfromstr, r=alexcrichton 2017-06-20 16:28:25 -04: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 Move unicode Python script into libstd_unicode crate. 2017-05-04 22:37:55 -04:00
u_str.rs Merge crate collections into alloc 2017-06-13 23:37:34 -07:00
unicode.py Move unicode Python script into libstd_unicode crate. 2017-05-04 22:37:55 -04:00