aboutsummaryrefslogtreecommitdiff
path: root/examples/factory/interfaces
AgeCommit message (Collapse)Author
2022-09-18refactor: add put factory return types in TransientPtr automaticallyHampusM
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-08-21docs: improve the factory exampleHampusM
2022-07-22refactor: make factories an optional featureHampusM