aboutsummaryrefslogtreecommitdiff
path: root/macros/src/injectable/implementation.rs
AgeCommit message (Expand)Author
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