rust/src/libstd/ffi
Alex Crichton 16707d4348 std: Stabilize the str_{mut,box}_extras feature
Stabilizes

* `<&mut str>::as_bytes_mut`
* `<Box<str>>::into_boxed_bytes`
* `std::str::from_boxed_utf8_unchecked`
* `std::str::from_utf8_mut`
* `std::str::from_utf8_unchecked_mut`

Closes #41119
2017-07-25 07:10:42 -07:00
..
c_str.rs std: Stabilize the str_{mut,box}_extras feature 2017-07-25 07:10:42 -07:00
mod.rs std: Stabilize APIs for the 1.10 release 2016-05-24 09:00:39 -07:00
os_str.rs std: Stabilize the str_{mut,box}_extras feature 2017-07-25 07:10:42 -07:00