aboutsummaryrefslogtreecommitdiff
path: root/src/di_container.rs
AgeCommit message (Expand)Author
2022-10-02docs: add binding builder examplesHampusM
2022-09-24refactor: remove unused import in DI container moduleHampusM
2022-09-24refactor!: remove repetition of declaring factory interfacesHampusM
2022-09-23refactor: make the async & non-async DI container bind methods must_useHampusM
2022-09-18refactor: add put factory return types in TransientPtr automaticallyHampusM
2022-09-18test: move some factory function types to type aliasesHampusM
2022-09-17feat!: allow factories access to DI containerHampusM
2022-09-17refactor!: make DI container be used inside of a RcHampusM
2022-09-03refactor: improve DI container cast errorsHampusM
2022-08-29feat: implement async functionalityHampusM
2022-08-28style: add rustfmt config optionsHampusM
2022-08-27feat: implement named bindingsHampusM
2022-08-27refactor!: limit FactoryPtr & AnyFactory to the factory featureHampusM
2022-08-27docs: update the DI container exampleHampusM
2022-08-27refactor!: make DI container have single get functionHampusM
2022-08-22refactor!: move specifying binding scope to a binding scope configuratorHampusM
2022-08-21refactor!: change errors to be more saneHampusM
2022-08-21feat: allow bind interface to default factoryHampusM
2022-08-21docs: correct examplesHampusM
2022-08-21test: correct DI container bind testsHampusM
2022-08-21feat!: prevent binding the same interface more than onceHampusM
2022-08-02docs: fix DI container module documentationHampusM
2022-08-02test: reduce repetition in DI container testsHampusM
2022-08-02feat: add detection and prevention of circular dependenciesHampusM
2022-08-01docs: add factory feature noticesHampusM
2022-08-01docs: add doc comments & deny missing docsHampusM
2022-07-31refactor: tidy up DI container internalsHampusM
2022-07-31feat: implement binding singletonsHampusM
2022-07-31refactor!: rename InterfacePtr to TransientPtrHampusM
2022-07-27refactor: add back Intertrait tests & Rc supportHampusM
2022-07-24perf: use ahash in DI containerHampusM
2022-07-22refactor: make factories an optional featureHampusM
2022-07-20refactor: reorganize folder hierarchyHampusM