Add no_std to soa

This commit is contained in:
Richard Feldman 2024-10-21 21:35:33 -04:00
parent ab17bfc260
commit f03505a485
No known key found for this signature in database
GPG key ID: DAC334802F365236

View file

@ -1,3 +1,5 @@
#![cfg_attr(not(any(debug_assertions, test)), no_std)]
mod either_index;
mod soa_index;
mod soa_slice;