rust/library/core
Michal Nazarewicz 755cfbf236 core: introduce split_at{,_mut}_checked
Introduce split_at_checked and split_at_mut_checked methods to slices
types (including str) which are non-panicking versions of split_at and
split_at_mut  respectively.  This is analogous to get method being
non-panicking version of indexing.
2024-01-20 15:18:31 +01:00
..
benches Rollup merge of #113142 - the8472:opt-cstr-display, r=Mark-Simulacrum 2024-01-20 09:37:25 +01:00
src core: introduce split_at{,_mut}_checked 2024-01-20 15:18:31 +01:00
tests Rollup merge of #118799 - GKFX:stabilize-simple-offsetof, r=wesleywiser 2024-01-20 09:37:26 +01:00
Cargo.toml Update rand in the stdlib tests, and remove the getrandom feature from it 2023-01-04 14:52:41 -08:00