This website requires JavaScript.
Explore
Help
Register
Sign In
mikros
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
rust
/
src
/
libunicode
History
Keegan McAllister
d788588dce
Feature-gate #![no_std]
...
Fixes
#21833
. [breaking-change]
2015-02-07 10:49:58 -08:00
..
lib.rs
Feature-gate #![no_std]
2015-02-07 10:49:58 -08:00
normalize.rs
for x in xs.iter()
->
for x in &xs
2015-02-02 13:40:18 -05:00
tables.rs
cleanup: s/impl Copy/#[derive(Copy)]/g
2015-01-25 11:20:38 -05:00
u_char.rs
grandfathered -> rust1
2015-01-23 21:48:20 -08:00
u_str.rs
cleanup: replace
as[_mut]_slice()
calls with deref coercions
2015-02-05 13:45:01 -05:00