os-rust/library/core
Guillaume Gomez b1c33f4f09
Rollup merge of #133512 - bjoernager:slice-as-array, r=Amanieu
Add `as_array` and `as_mut_array` conversion methods to slices.

Tracking issue: #133508

This PR unstably implements the `as_array` and `as_mut_array` converters to `[T]`, `*const [T]`, and `*mut [T]`.
2024-11-28 03:14:48 +01:00
..
benches Auto merge of #122770 - iximeow:ixi/int-formatting-optimization, r=workingjubilee 2024-11-14 04:17:20 +00:00
src Rollup merge of #133512 - bjoernager:slice-as-array, r=Amanieu 2024-11-28 03:14:48 +01:00
tests Rollup merge of #133282 - tgross35:maybe-uninit-debug, r=Amanieu 2024-11-26 12:03:42 -05:00
Cargo.toml Port std library to RTEMS 2024-09-03 09:19:29 +02:00