rust/library/std/src/ffi
Matthias Krüger 9630242e5e
Rollup merge of #137439 - clarfonthey:c-str-module, r=tgross35
Stabilise `std::ffi::c_str`

This finished FCP in #112134 but never actually got a stabilisation PR. Since the FCP in #120048 recently passed to add the `os_str` module, it would be nice to also merge this too, to ensure that both get added in the next version.

Note: The added stability attributes which *somehow* were able to be omitted before (rustc bug?) were added based on the fact that they were added in 302551388b, which ended up in 1.85.0.

Closes: https://github.com/rust-lang/rust/issues/112134

r? libs-api
2025-04-27 11:54:56 +02:00
..
os_str Add inherent versions of MaybeUninit methods for slices 2025-01-11 23:57:00 -05:00
c_str.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
mod.rs Rollup merge of #137439 - clarfonthey:c-str-module, r=tgross35 2025-04-27 11:54:56 +02:00
os_str.rs replace version placeholder 2025-04-09 12:29:59 +01:00