aboutsummaryrefslogtreecommitdiff
path: root/macros
AgeCommit message (Expand)Author
2023-12-22refactor: mock Dependency struct impl instead of IDependencyHEADmasterHampusM
2023-12-22build: enable Syn's extra-traits crate featureHampusM
2023-12-22feat: add support for async constructorsHampusM
2023-10-04refactor!: remove factory & declare_default_factory macrosHampusM
2023-10-01chore: make docs style html for macro crate not a symlinkHampusM
2023-10-01build: bump version to 0.5.1HampusM
2023-10-01refactor: remove impossible unwrap in injectable macroHampusM
2023-10-01refactor: make camel cased text snake cased without regexHampusM
2023-09-30fix: allow dependency interface types other than trait & pathHampusM
2023-09-30style: shorten lines exceeding 90 in width in injectable macroHampusM
2023-09-30test: import test util functions for injectable macro testsHampusM
2023-09-30refactor: remove unnecessary cloning of impl generics & self typeHampusM
2023-09-27fix: set injectable macro dummies directly after parsing inputHampusM
2023-09-27fix: make dummy Injectable & AsyncInjectable impls validHampusM
2023-09-27docs: clarify named macro documentationHampusM
2023-09-27refactor: remove unnecessary doc(cfg) attrs on private modulesHampusM
2023-09-26test: make unit tests not return ResultHampusM
2023-09-25docs: fix custom CSS not used by docs.rsHampusM
2023-09-21build: bump versions to 0.5.0HampusM
2023-09-18refactor!: make the async DI container not inside a ArcHampusM
2023-09-18refactor: make threadsafe castable factory take DI container paramHampusM
2023-09-17refactor: move castable factory to directory moduleHampusM
2023-09-17refactor!: make the blocking DI container not inside a RcHampusM
2023-09-16refactor: make castable factory take DI container paramHampusM
2023-09-16refactor!: remove async DI container interfaceHampusM
2023-09-14refactor!: remove blocking DI container interfaceHampusM
2023-08-20feat: expose DI container get_bound methods to public APIHampusM
2023-08-18test: import proc_macro2 TokenStream in dependency testsHampusM
2023-08-16chore!: remove the factory macro async flagHampusM
2023-08-16docs: add missing TransientPtr import to factory macro exampleHampusM
2023-08-15fix!: make the factory macro not change its inputHampusM
2023-08-13feat: add internal logging for macrosHampusM
2023-08-05refactor!: remove IDependencyHistoryHampusM
2023-08-05fix: change terminology in injectable macro async flag errorHampusM
2023-08-05docs: improve injectable macro docsHampusM
2023-08-04refactor!: remove SomeThreadsafePtr & move variants to SomePtrHampusM
2023-08-04refactor!: rename the async flag of the declare_interface macroHampusM
2023-08-03docs: remove panics sections from macrosHampusM
2023-08-03docs: move the injectable macro example sectionHampusM
2023-08-03test: add & improve MacroFlag unit testsHampusM
2023-08-03feat: add constructor name flag to injectable macroHampusM
2023-08-02test: clean up create_caster_fn_ident unit testHampusM
2023-08-02test: clean up DeclareDefaultFactoryMacroArgs unit testsHampusM
2023-08-02perf: reduce number of allocations in SynPathExt::to_stringHampusM
2023-08-02build: improve the fix for the predicates-tree MSRV changeHampusM
2023-08-01test: clean up FactoryMacroArgs unit testsHampusM
2023-08-01test: clean up DeclareInterfaceArgs unit testsHampusM
2023-08-01test: remove unused std::error::Error importHampusM
2023-08-01test: remove vec macro usages in IteratorExt unit testsHampusM
2023-08-01test: clean up InjectableMacroArgs unit testsHampusM