Files
rust/library/alloc/src
Matthias Krüger 3a00d35c5d Rollup merge of #130608 - YohDeadfall:cstr-from-into-str, r=workingjubilee
Implemented `FromStr` for `CString` and `TryFrom<CString>` for `String`

The motivation of this change is making it possible to use `CString` in generic methods with `FromStr` and `TryInto<String>` trait bounds. The same traits are already implemented for `OsString` which is an FFI type too.
2024-10-15 05:12:34 +02:00
..
2024-07-29 08:26:52 +10:00
2024-09-25 17:03:20 -07:00
2024-08-09 20:06:26 -04:00
2024-07-29 08:26:52 +10:00
2024-07-06 14:24:20 +02:00
2024-09-25 17:03:20 -07:00
2024-07-29 08:26:52 +10:00
2024-07-29 08:26:52 +10:00