rust/src/libstd/ffi
Aaron Turon 9fc51efe33 Stabilize std::convert and related code
* Marks `#[stable]` the contents of the `std::convert` module.

* Added methods `PathBuf::as_path`, `OsString::as_os_str`,
  `String::as_str`, `Vec::{as_slice, as_mut_slice}`.

* Deprecates `OsStr::from_str` in favor of a new, stable, and more
  general `OsStr::new`.

* Adds unstable methods `OsString::from_bytes` and `OsStr::{to_bytes,
  to_cstring}` for ergonomic FFI usage.

[breaking-change]
2015-03-31 11:24:38 -07:00
..
c_str.rs Remove IteratorExt 2015-03-28 13:53:45 -07:00
mod.rs std: Stabilize the ffi module 2015-03-05 14:57:01 -08:00
os_str.rs Stabilize std::convert and related code 2015-03-31 11:24:38 -07:00