aboutsummaryrefslogtreecommitdiff
path: root/macros/src/injectable.rs
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2024-07-13 16:26:28 +0200
committerHampusM <hampus@hampusmat.com>2024-07-13 16:26:28 +0200
commitca86952c1486b7f2313fef62e6cacf36e248efd2 (patch)
tree774175aa8723328c1b0dbd3faa0e67d9106b3ba7 /macros/src/injectable.rs
parent20d37eb93060e51970d3791c6c173e07ef5ad489 (diff)
refactor: move & rename all mod.rs files
Diffstat (limited to 'macros/src/injectable.rs')
-rw-r--r--macros/src/injectable.rs5
1 files changed, 5 insertions, 0 deletions
diff --git a/macros/src/injectable.rs b/macros/src/injectable.rs
new file mode 100644
index 0000000..0e6ddfd
--- /dev/null
+++ b/macros/src/injectable.rs
@@ -0,0 +1,5 @@
+pub mod dependency;
+pub mod dummy;
+pub mod implementation;
+pub mod macro_args;
+pub mod named_attr_input;