Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ffi::OsString and OsStr #21488

Merged
merged 1 commit into from
Jan 24, 2015
Merged

Add ffi::OsString and OsStr #21488

merged 1 commit into from
Jan 24, 2015

Commits on Jan 24, 2015

  1. Add ffi::OsString and OsStr

    Per [RFC 517](rust-lang/rfcs#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.
    aturon committed Jan 24, 2015
    Configuration menu
    Copy the full SHA
    c5369eb View commit details
    Browse the repository at this point in the history