aboutsummaryrefslogtreecommitdiff
path: root/macros/src/util/mod.rs
AgeCommit message (Collapse)Author
2023-12-22refactor: mock Dependency struct impl instead of IDependencyHEADmasterHampusM
2023-10-01refactor: remove impossible unwrap in injectable macroHampusM
This unwrap couldn't possibly be Err and can be removed by creating method call expressions by hand
2023-08-13feat: add internal logging for macrosHampusM
2023-01-30feat: improve macro error messagesHampusM
2022-08-29feat: implement async functionalityHampusM
2022-08-27feat: implement named bindingsHampusM
2022-08-21refactor: improve private method names & clean up InjectableImplHampusM
2022-08-01feat: add hide impl of Injectable from documentationHampusM
This will make it so that by default the impl of Injectable is hidden from user code documentation. This commit also includes a flag for the injectable macro to disable the aforementioned feature