aboutsummaryrefslogtreecommitdiff
path: root/src/provider/async.rs
AgeCommit message (Expand)Author
2023-10-04refactor!: remove factory & declare_default_factory macrosHampusM
2023-09-26test: make unit tests not return ResultHampusM
2023-09-18refactor!: make the async DI container not inside a ArcHampusM
2023-09-16refactor!: remove async DI container interfaceHampusM
2023-08-18refactor: replace use_dependency_history with a more generic macroHampusM
2023-08-16chore: fix warnings when only the async feature enabledHampusM
2023-08-05refactor!: remove IDependencyHistoryHampusM
2022-11-19refactor: reorganize non-public API itemsHampusM
2022-10-29refactor!: add dependency history typeHampusM
2022-10-25refactor: add Debug implementations for castable factoriesHampusM
2022-10-24test: add binding configurator unit testsHampusM
2022-10-24test: add provider unit testsHampusM
2022-10-23refactor!: reduce DI container couplingHampusM
2022-10-09refactor!: reorganize DI containersHampusM
2022-10-01chore: remove repetition of allowing clippy::module_name_repetitionsHampusM
2022-09-24feat: add bind async default factories to async DI containerHampusM
2022-09-17feat!: allow factories to access async DI containerHampusM
2022-09-17refactor!: make async DI container be used inside of a ArcHampusM
2022-08-29feat: implement async functionalityHampusM