aboutsummaryrefslogtreecommitdiff
path: root/mingling_macros/src/func.rs
diff options
context:
space:
mode:
Diffstat (limited to 'mingling_macros/src/func.rs')
-rw-r--r--mingling_macros/src/func.rs12
1 files changed, 12 insertions, 0 deletions
diff --git a/mingling_macros/src/func.rs b/mingling_macros/src/func.rs
new file mode 100644
index 0000000..720b20a
--- /dev/null
+++ b/mingling_macros/src/func.rs
@@ -0,0 +1,12 @@
+pub(crate) mod dispatcher;
+#[cfg(feature = "extra_macros")]
+pub(crate) mod entry;
+pub(crate) mod gen_program;
+#[cfg(feature = "extra_macros")]
+pub(crate) mod group;
+pub(crate) mod node;
+pub(crate) mod pack;
+#[cfg(feature = "extra_macros")]
+pub(crate) mod pack_err;
+#[cfg(feature = "comp")]
+pub(crate) mod suggest;