rust/library/std/src/ffi
Thalia Archibald 83407b828b Specialize constructing OsString from strings
The WTF-8 version of `OsString` tracks whether it is known to be valid
UTF-8 with its `is_known_utf8` field. Specialize `From<AsRef<OsStr>>` so
this can be set for UTF-8 string types.
2025-02-28 13:50:31 -08: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 Stabilise os_str_display 2025-02-20 19:12:06 +00:00
os_str.rs Specialize constructing OsString from strings 2025-02-28 13:50:31 -08:00