aboutsummaryrefslogtreecommitdiff
path: root/examples/with-3rd-party
AgeCommit message (Collapse)Author
2022-09-17refactor!: make DI container be used inside of a RcHampusM
BREAKING CHANGE: The DI container is to be used inside of a Rc & it also no longer implements Default
2022-08-27refactor!: make DI container have single get functionHampusM
BREAKING CHANGE: The DI container get_singleton & get_factory functions have been replaced by the get function now returning a enum
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: simplify with-3rd-party exampleHampusM
2022-08-21docs: add a example that uses a 3rd party libraryHampusM