rust/library/std/src/ffi
Michael Howell 40b0026a2f docs: inline std::ffi::c_str types to std::ffi
Rustdoc has no way to show that an item is stable,
but only at a different path. `std::ffi::c_str::NulError` is
not stable, but `std::ffi::NulError` is.

To avoid marking these types as unstable when someone just
wants to follow a link from `CString`, inline them into their
stable paths.
2024-12-26 08:58:17 -07:00
..
os_str Make CloneToUninit dyn-compatible 2024-11-12 15:08:41 -06:00
c_str.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
mod.rs docs: inline std::ffi::c_str types to std::ffi 2024-12-26 08:58:17 -07:00
os_str.rs replace placeholder version 2024-11-27 12:10:21 +00:00