aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces
AgeCommit message (Expand)Author
2022-11-07fix: make factories work again after Rust nightly-2022-11-07HampusM
2022-10-29refactor!: add dependency history typeHampusM
2022-10-25refactor: add Debug implementations for castable factoriesHampusM
2022-10-23refactor!: reduce DI container couplingHampusM
2022-10-09refactor!: reorganize DI containersHampusM
2022-10-03refactor: remove relying on Rust nightly for better handling of featuresHampusM
2022-10-02refactor: improve management of feature specific itemsHampusM
2022-10-01refactor: stop using the async_trait macro for AsyncInjectableHampusM
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-24refactor: remove IFactory from public APIHampusM
2022-09-17refactor!: make async DI container be used inside of a ArcHampusM
2022-09-17refactor!: make DI container be used inside of a RcHampusM
2022-08-29feat: implement async functionalityHampusM
2022-08-27refactor!: limit FactoryPtr & AnyFactory to the factory featureHampusM
2022-08-21refactor!: change errors to be more saneHampusM
2022-08-21docs: fix IFactory example use statementHampusM
2022-08-02feat: add detection and prevention of circular dependenciesHampusM
2022-08-02refactor: hide AnyFactory from docsHampusM
2022-08-01docs: add factory feature noticesHampusM
2022-08-01docs: add doc comments & deny missing docsHampusM
2022-07-31refactor!: rename InterfacePtr to TransientPtrHampusM
2022-07-22refactor: make factories an optional featureHampusM
2022-07-20refactor: reorganize folder hierarchyHampusM