Add soa crate

This commit is contained in:
Richard Feldman 2024-10-09 22:55:20 -04:00
parent 7df1142455
commit ece46a28d0
No known key found for this signature in database
GPG key ID: 5DE4EE30BB738EDF
7 changed files with 201 additions and 10 deletions

5
crates/soa/src/lib.rs Normal file
View file

@ -0,0 +1,5 @@
mod soa_index;
mod soa_slice;
pub use soa_index::*;
pub use soa_slice::*;