core: Inherit necessary unicode functionality

The unicode module remains private, but the normalization iterators require an
allocation, so some functionality needs to remain in libstd
This commit is contained in:
Alex Crichton 2014-04-30 23:02:55 -07:00
parent 91ede1f09a
commit 544d909401
3 changed files with 5011 additions and 4991 deletions

View File

@ -61,6 +61,7 @@ pub mod container;
/* Core types and methods on primitives */
mod unicode;
mod unit;
pub mod any;
pub mod bool;

5009
src/libcore/unicode.rs Normal file

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff