Skip to content

Commit 2ee9f29

Browse files
committed
feat: derive enum
1 parent 3c072a1 commit 2ee9f29

File tree

5 files changed

+953
-362
lines changed

5 files changed

+953
-362
lines changed

soavec_derive/src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
// License, v. 2.0. If a copy of the MPL was not distributed with this
33
// file, You can obtain one at https://mozilla.org/MPL/2.0/.
44

5+
pub(crate) mod soa_enum;
6+
pub(crate) mod soa_struct;
57
mod soable;
68

79
use proc_macro::TokenStream;

0 commit comments

Comments
 (0)