aboutsummaryrefslogtreecommitdiff
path: root/macros/src/factory_type_alias.rs
AgeCommit message (Collapse)Author
2022-09-24refactor: reorganize modules in the macros crateHampusM
2022-09-17feat!: allow factories access to DI containerHampusM
BREAKING CHANGE: Factory types should now be written with the Fn trait instead of the IFactory trait and the to_factory & to_default_factory methods of BindingBuilder now expect a function returning a factory function
2022-07-20refactor: reorganize folder hierarchyHampusM