diff options
author | HampusM <hampus@hampusmat.com> | 2022-09-24 13:13:20 +0200 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2022-09-24 13:13:20 +0200 |
commit | 695f90bf900015df1e2728445f833dabced838a9 (patch) | |
tree | c68f2b483e3d20f400d27d4df159b2aec94d072f /macros/src/injectable/mod.rs | |
parent | 3ed020425bfd1fc5fedfa89a7ce20207bedcf5bc (diff) |
refactor: reorganize modules in the macros crate
Diffstat (limited to 'macros/src/injectable/mod.rs')
-rw-r--r-- | macros/src/injectable/mod.rs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/macros/src/injectable/mod.rs b/macros/src/injectable/mod.rs new file mode 100644 index 0000000..b713aeb --- /dev/null +++ b/macros/src/injectable/mod.rs @@ -0,0 +1,4 @@ +pub mod dependency; +pub mod implementation; +pub mod macro_args; +pub mod named_attr_input; |