Add `display` method to `OsStr`
Add `display` method to `OsStr` for lossy display of an `OsStr` which may contain invalid unicode. Invalid Unicode sequences are replaced with `U+FFFD REPLACEMENT CHARACTER`. This change also makes the `std::ffi::os_str` module public.
R
riverbl committed
a0fcc8ebc0793afd66be06db3c338b0b4d43fe3c
Parent: 8424f8e