mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 05:49:08 +00:00
Add soa
crate
This commit is contained in:
parent
7df1142455
commit
ece46a28d0
7 changed files with 201 additions and 10 deletions
5
crates/soa/src/lib.rs
Normal file
5
crates/soa/src/lib.rs
Normal file
|
@ -0,0 +1,5 @@
|
|||
mod soa_index;
|
||||
mod soa_slice;
|
||||
|
||||
pub use soa_index::*;
|
||||
pub use soa_slice::*;
|
Loading…
Add table
Add a link
Reference in a new issue