Files
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
..
2024-07-29 08:26:52 +10:00
2025-02-20 19:12:06 +00:00