aboutsummaryrefslogtreecommitdiff
path: root/src/test_utils.rs
AgeCommit message (Expand)Author
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-31refactor: pass around BindingOptions instead of nameHampusM
2023-08-20feat: expose DI container get_bound methods to public APIHampusM
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
2023-08-04refactor!: remove SomeThreadsafePtr & move variants to SomePtrHampusM
2023-08-04refactor!: rename the async flag of the declare_interface macroHampusM
2023-08-04refactor: rename CastFromSync to CastFromArcHampusM
2023-08-04refactor!: remove async_closure macro from APIHampusM
2022-11-19refactor: reorganize non-public API itemsHampusM
2022-11-06test: split up cast unit tests into their respective modulesHampusM
2022-10-29refactor!: add dependency history typeHampusM
2022-10-23refactor!: reduce DI container couplingHampusM
2022-10-09refactor!: reorganize DI containersHampusM