aboutsummaryrefslogtreecommitdiff
path: root/mingling_macros/src/derive.rs
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-07-26 20:56:24 +0800
committer魏曹先生 <1992414357@qq.com>2026-07-26 20:56:24 +0800
commit5714eba48ee9031d61858425583c219b881f2d13 (patch)
tree714a2f82d7652ab14433a9ea4c129c30f6d04597 /mingling_macros/src/derive.rs
parent2cb8893711b73ccde946ca83e01dc315a9294c23 (diff)
feat(macros): split monolith into one-macro-per-file modules
Diffstat (limited to 'mingling_macros/src/derive.rs')
-rw-r--r--mingling_macros/src/derive.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/mingling_macros/src/derive.rs b/mingling_macros/src/derive.rs
index ffa405b..666a36e 100644
--- a/mingling_macros/src/derive.rs
+++ b/mingling_macros/src/derive.rs
@@ -1,2 +1,4 @@
pub(crate) mod enum_tag;
pub(crate) mod grouped;
+#[cfg(feature = "structural_renderer")]
+pub(crate) mod structural_data;