aboutsummaryrefslogtreecommitdiff
path: root/src/di_container_binding_map.rs
AgeCommit message (Collapse)Author
2022-08-21refactor!: change errors to be more saneHampusM
BREAKING CHANGE: Major improvements have been made to error types and the error_stack crate is no longer used
2022-08-21feat!: prevent binding the same interface more than onceHampusM
BREAKING CHANGE: The 'to' and 'to_factory' methods of BindingBuilder now return 'Result'
2022-07-31refactor: tidy up DI container internalsHampusM