aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-11-08docs: add msrvHampusM
2022-11-08fix: allow for concrete type interfaces to be marked asyncHampusM
2022-11-07docs: add arguments for IoC & DI to readmeHampusM
2022-11-07refactor: fix some Clippy lints regarding format!()HampusM
2022-11-07build: fix running macros tests on Rust stableHampusM
2022-11-07fix: make factories work again after Rust nightly-2022-11-07HampusM
2022-11-06ci: fix jobsHampusM
2022-11-06ci: add & improve jobsHampusM
2022-11-06refactor: fix unused self clippy lint in blocking DI containerHampusM
2022-11-06test: split up cast unit tests into their respective modulesHampusM
2022-11-06fix: allow declaring a concrete type as it's own interfaceHampusM
2022-11-06fix: allow injectable macro flag arguments without a interface argumentHampusM
2022-11-06refactor: improve cast error handlingHampusM
2022-11-03refactor: improve readability of cast functionsHampusM
2022-11-03docs: add comments explaining the prevent-circular exampleHampusM
2022-10-30build: bump versions to 0.4.1v0.4.1HampusM
2022-10-30docs: add sealed notices to DI container interfacesHampusM
2022-10-29refactor!: add dependency history typeHampusM
2022-10-25refactor: improve injectable macro error messagesHampusM
2022-10-25refactor: add Debug implementations for castable factoriesHampusM
2022-10-24test: add binding configurator unit testsHampusM
2022-10-24refactor: rename DI container binding map to DI container storageHampusM
2022-10-24test: add castable factory unit testsHampusM
2022-10-24test: add provider unit testsHampusM
2022-10-23docs: add coverage badgeHampusM
2022-10-23ci: use codecov instead of coverallsHampusM
2022-10-23ci: update coverage command nameHampusM
2022-10-23ci: fix config syntaxHampusM
2022-10-23ci: add code test coverage jobHampusM
2022-10-23docs: fix the example usage in the readmeHampusM
2022-10-23test: add binding builder unit testsHampusM
2022-10-23fix: remove unused Rust feature flagHampusM
2022-10-23refactor!: reduce DI container couplingHampusM
2022-10-15refactor: improve internals of macros & add unit testsHampusM
2022-10-09docs: fix unresolved links to DI container typesHampusM
2022-10-09test: add more unit testsHampusM
2022-10-09refactor!: reorganize DI containersHampusM
2022-10-03refactor: remove relying on Rust nightly for better handling of featuresHampusM
2022-10-03test: fix the can bind to factory unit testsHampusM
2022-10-02refactor: clarify binding builder to_factory signatureHampusM
2022-10-02docs: fix spelling mistakes in blocking & async DI containersHampusM
2022-10-02refactor: improve management of feature specific itemsHampusM
2022-10-02docs: add binding builder examplesHampusM
2022-10-01refactor: stop using the async_trait macro for AsyncInjectableHampusM
2022-10-01docs: add async binding builder examplesHampusM
2022-10-01docs: remove unnecessary feature noticesHampusM
2022-10-01refactor: shorten async binding builder trait boundsHampusM
2022-10-01docs: add v0.4.0 to changelogv0.4.0HampusM
2022-10-01build: bump versions to 0.4.0HampusM
2022-10-01chore: remove repetition of allowing clippy::module_name_repetitionsHampusM