granite-rust/library/core
Eugene Shamis 02a1ab8071 Replace checked slice indexing by unchecked to support panic-free code
Fixes #126425

Replace the potentially panicking `[]` indexing with `get_unchecked()`
to prevent linking with panic-related code.
2024-11-04 12:36:24 -05:00
..
benches Stabilize isqrt feature 2024-10-08 10:58:49 -04:00
src Replace checked slice indexing by unchecked to support panic-free code 2024-11-04 12:36:24 -05:00
tests Rollup merge of #132423 - RalfJung:const-eval-align-offset, r=dtolnay 2024-11-03 20:08:13 -08:00
Cargo.toml Port std library to RTEMS 2024-09-03 09:19:29 +02:00