rust/src/libstd/ffi
Aaron Turon c5369ebc7f Add ffi::OsString and OsStr
Per [RFC 517](https://github.com/rust-lang/rfcs/pull/575/), this commit
introduces platform-native strings. The API is essentially as described
in the RFC.

The WTF-8 implementation is adapted from @SimonSapin's
[implementation](https://github.com/SimonSapin/rust-wtf8). To make this
work, some encodign and decoding functionality in `libcore` is now
exported in a "raw" fashion reusable for WTF-8. These exports are *not*
reexported in `std`, nor are they stable.
2015-01-24 10:21:30 -08:00
..
c_str.rs rollup merge of #21258: aturon/stab-3-index 2015-01-21 11:53:49 -08:00
mod.rs Add ffi::OsString and OsStr 2015-01-24 10:21:30 -08:00
os_str.rs Add ffi::OsString and OsStr 2015-01-24 10:21:30 -08:00