aboutsummaryrefslogtreecommitdiff
path: root/macros/src/fn_trait.rs
AgeCommit message (Collapse)Author
2022-10-15refactor: improve internals of macros & add unit testsHampusM
2022-10-09test: add more unit testsHampusM
2022-09-23fix: prevent problems caused by non send + sync traitsHampusM
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