aboutsummaryrefslogtreecommitdiff
path: root/macros/src/injectable
AgeCommit message (Collapse)Author
2022-10-23refactor!: reduce DI container couplingHampusM
BREAKING CHANGE: You now have to import the DI containers's interfaces to use the DI containers's methods
2022-10-15refactor: improve internals of macros & add unit testsHampusM
2022-10-09refactor!: reorganize DI containersHampusM
BREAKING CHANGE: DIContainer, AsyncDIContainer & the binding structs have been relocated
2022-10-01refactor: stop using the async_trait macro for AsyncInjectableHampusM
2022-09-24refactor: reorganize modules in the macros crateHampusM