aboutsummaryrefslogtreecommitdiff
path: root/src/castable_factory/mod.rs
AgeCommit message (Collapse)Author
2023-10-04refactor!: remove factory & declare_default_factory macrosHampusM
BREAKING CHANGE: The factory and the declare_default_factory macros have been removed. They are no longer needed to use factories
2022-11-19refactor: reorganize non-public API itemsHampusM
2022-09-24feat: add bind async default factories to async DI containerHampusM
2022-08-29feat: implement async functionalityHampusM