aboutsummaryrefslogtreecommitdiff
path: root/src/errors
AgeCommit message (Expand)Author
2023-08-20feat: expose DI container get_bound methods to public APIHampusM
2023-08-04refactor!: remove SomeThreadsafePtr & move variants to SomePtrHampusM
2023-07-31refactor!: remove SomeThreadsafePtrErrorHampusM
2023-01-31fix: remove unwrap from generated implementations of InjectableHampusM
2023-01-12refactor: fix Clippy lintsHampusM
2022-11-07refactor: fix some Clippy lints regarding format!()HampusM
2022-10-29refactor!: add dependency history typeHampusM
2022-10-09docs: fix unresolved links to DI container typesHampusM
2022-10-03refactor: remove relying on Rust nightly for better handling of featuresHampusM
2022-10-02refactor: improve management of feature specific itemsHampusM
2022-10-01chore: remove repetition of allowing clippy::module_name_repetitionsHampusM
2022-09-03refactor: improve DI container cast errorsHampusM
2022-08-31refactor: improve async DI container cast errorsHampusM
2022-08-30refactor: replace arc cast panic with an errorHampusM
2022-08-29feat: implement async functionalityHampusM
2022-08-27feat: implement named bindingsHampusM
2022-08-27refactor!: limit FactoryPtr & AnyFactory to the factory featureHampusM
2022-08-27refactor!: make DI container have single get functionHampusM
2022-08-22refactor!: move specifying binding scope to a binding scope configuratorHampusM
2022-08-21refactor!: change errors to be more saneHampusM
2022-08-01docs: add doc comments & deny missing docsHampusM
2022-07-31feat: implement binding singletonsHampusM
2022-07-20refactor: reorganize folder hierarchyHampusM