Do some checked SoA stuff

This commit is contained in:
Richard Feldman 2024-10-11 11:29:29 -04:00
parent ff83fd6e3e
commit a8d3280b02
No known key found for this signature in database
GPG key ID: DAC334802F365236
19 changed files with 766 additions and 434 deletions

View file

@ -1,5 +1,9 @@
#![cfg_attr(not(any(debug_assertions, test)), no_std)]
mod either_index;
mod soa_index;
mod soa_slice;
pub use either_index::*;
pub use soa_index::*;
pub use soa_slice::*;