aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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-17refactor: remove useless Sealed impl for DependencyHistoryHampusM
2023-08-17refactor: use derive for DependencyHistory Default implHampusM
2023-08-17feat: add DependencyHistory methods to public APIHampusM
2023-08-17docs: add existance reason to DependencyHistory docsHampusM
2023-08-16feat: make SomePtr implement DebugHampusM
2023-08-16chore: fix warnings when only the async feature enabledHampusM
2023-08-16chore!: remove the factory macro async flagHampusM
2023-08-15fix!: make the factory macro not change its inputHampusM
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
2023-08-02docs: fix wrong quotes in binding configuratorsHampusM
2023-08-01test: clean up binding configurator unit testsHampusM
2023-08-01refactor: remove calls to default on unit structsHampusM
2023-07-31refactor!: remove SomeThreadsafePtrErrorHampusM
2023-01-31fix: remove unwrap from generated implementations of InjectableHampusM
2023-01-19refactor: remove unnecessary must_use attributesHampusM
2023-01-19refactor!: make binding builder & configurator methods take self ownershipHampusM
2023-01-12refactor: fix Clippy lint in threadsafe castable factoryHampusM
2023-01-12refactor: fix Clippy lintsHampusM
2022-11-19refactor: reorganize non-public API itemsHampusM
2022-11-17refactor: use the async-lock crate instead of TokioHampusM
2022-11-11docs: add a example to the crate rootHampusM
2022-11-10refactor: improve type param names, docs & more of castingHampusM
2022-11-07refactor: fix some Clippy lints regarding format!()HampusM
2022-11-07fix: make factories work again after Rust nightly-2022-11-07HampusM
2022-11-06refactor: fix unused self clippy lint in blocking DI containerHampusM
2022-11-06test: split up cast unit tests into their respective modulesHampusM
2022-11-06refactor: improve cast error handlingHampusM
2022-11-03refactor: improve readability of cast functionsHampusM
2022-10-30docs: add sealed notices to DI container interfacesHampusM
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-24refactor: rename DI container binding map to DI container storageHampusM
2022-10-24test: add castable factory unit testsHampusM
2022-10-24test: add provider unit testsHampusM
2022-10-23test: add binding builder unit testsHampusM
2022-10-23refactor!: reduce DI container couplingHampusM
2022-10-15refactor: improve internals of macros & add unit testsHampusM
2022-10-09docs: fix unresolved links to DI container typesHampusM
2022-10-09test: add more unit testsHampusM
2022-10-09refactor!: reorganize DI containersHampusM
2022-10-03refactor: remove relying on Rust nightly for better handling of featuresHampusM
2022-10-03test: fix the can bind to factory unit testsHampusM
2022-10-02refactor: clarify binding builder to_factory signatureHampusM