Files
rust/library/core/src
Jonathan Brouwer 663d8432f1 Rollup merge of #145933 - GrigorenkoPV:thing_as_thing, r=Amanieu
Expand `str_as_str` to more types

Tracking issue: rust-lang/rust#130366
ACP: https://github.com/rust-lang/libs-team/issues/643

This PR expands `str_from_str` feature and adds analogous methods to more types. Namely:
- `&CStr`
- `&[T]`, `&mut [T]`
- `&OsStr`
- `&Path`
- `&ByteStr`, `&mut ByteStr` (tracking issue:  rust-lang/rust#134915) (technically was not part of ACP)
2025-12-18 18:37:13 +01:00
..
2025-11-11 23:46:10 +03:00
2025-11-25 15:16:43 +08:00
2025-11-14 18:23:19 +03:00
fix
2025-11-27 17:55:34 +07:00
2025-09-12 12:39:31 +03:00
2025-11-26 12:38:03 +01:00
2025-09-01 21:38:26 -04:00
2025-05-12 15:33:30 +02:00
2025-10-20 12:20:15 -06:00
2025-10-16 03:04:51 +01:00
2025-09-07 21:16:35 -07:00
2025-06-15 22:08:41 +02:00
2025-11-12 14:33:41 +01:00
2025-11-09 04:17:15 +07:00