rust/library/core
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
..
src Rollup merge of #145933 - GrigorenkoPV:thing_as_thing, r=Amanieu 2025-12-18 18:37:13 +01:00
Cargo.toml add autodiff examples 2025-11-16 23:35:37 -05:00