aboutsummaryrefslogtreecommitdiff
path: root/examples/unbound
AgeCommit message (Collapse)Author
2022-08-22refactor!: move specifying binding scope to a binding scope configuratorHampusM
BREAKING CHANGE: Specifying the scope of a DI container binding is now done with a binding scope configurator
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-21docs: add example for displaying a unbound interface errorHampusM