aboutsummaryrefslogtreecommitdiff
path: root/macros/src/injectable/implementation.rs
AgeCommit message (Expand)Author
2023-12-22refactor: mock Dependency struct impl instead of IDependencyHEADmasterHampusM
2023-12-22feat: add support for async constructorsHampusM
2023-10-01refactor: remove impossible unwrap in injectable macroHampusM
2023-09-30fix: allow dependency interface types other than trait & pathHampusM
2023-09-30test: import test util functions for injectable macro testsHampusM
2023-09-30refactor: remove unnecessary cloning of impl generics & self typeHampusM
2023-09-27fix: set injectable macro dummies directly after parsing inputHampusM
2023-09-27fix: make dummy Injectable & AsyncInjectable impls validHampusM
2023-09-26test: make unit tests not return ResultHampusM
2023-09-18refactor!: make the async DI container not inside a ArcHampusM
2023-09-17refactor!: make the blocking DI container not inside a RcHampusM
2023-09-16refactor!: remove async DI container interfaceHampusM
2023-09-14refactor!: remove blocking DI container interfaceHampusM
2023-08-20feat: expose DI container get_bound methods to public APIHampusM
2023-08-05refactor!: remove IDependencyHistoryHampusM
2023-08-04refactor!: remove SomeThreadsafePtr & move variants to SomePtrHampusM
2023-08-03feat: add constructor name flag to injectable macroHampusM
2023-08-01test: remove Result return value of can_build_dependenciesHampusM
2023-08-01test: fix create_single_get_dep_method_call unit testsHampusM
2023-01-31fix: remove unwrap from generated implementations of InjectableHampusM
2023-01-30fix: add missing dummy async injectable implHampusM
2023-01-30feat: improve macro error messagesHampusM
2023-01-13refactor: put syn_path_to_string in a extension traitHampusM
2022-10-29refactor!: add dependency history typeHampusM
2022-10-23refactor!: reduce DI container couplingHampusM
2022-10-15refactor: improve internals of macros & add unit testsHampusM
2022-10-09refactor!: reorganize DI containersHampusM
2022-10-01refactor: stop using the async_trait macro for AsyncInjectableHampusM
2022-09-24refactor: reorganize modules in the macros crateHampusM