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