aboutsummaryrefslogtreecommitdiff
path: root/src/errors/injectable.rs
AgeCommit message (Collapse)Author
2022-10-29refactor!: add dependency history typeHampusM
BREAKING CHANGE: Binding builders & configurators now take dependency history type arguments, the DetectedCircular variant of InjectableError now contains a dependency history field & the injectable traits take dependency history instead of a Vec
2022-10-01chore: remove repetition of allowing clippy::module_name_repetitionsHampusM
2022-08-29feat: implement async functionalityHampusM
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-01docs: add doc comments & deny missing docsHampusM
2022-07-20refactor: reorganize folder hierarchyHampusM