aboutsummaryrefslogtreecommitdiff
path: root/macros/src/util
AgeCommit message (Expand)Author
2023-12-22refactor: mock Dependency struct impl instead of IDependencyHEADmasterHampusM
2023-10-01refactor: remove impossible unwrap in injectable macroHampusM
2023-10-01refactor: make camel cased text snake cased without regexHampusM
2023-08-13feat: add internal logging for macrosHampusM
2023-08-03feat: add constructor name flag to injectable macroHampusM
2023-08-02perf: reduce number of allocations in SynPathExt::to_stringHampusM
2023-08-01test: remove vec macro usages in IteratorExt unit testsHampusM
2023-01-30feat: improve macro error messagesHampusM
2023-01-13refactor: put syn_path_to_string in a extension traitHampusM
2022-10-09test: add more unit testsHampusM
2022-10-01chore: remove repetition of allowing clippy::module_name_repetitionsHampusM
2022-08-29feat: implement async functionalityHampusM
2022-08-27feat: implement named bindingsHampusM
2022-08-21refactor: improve private method names & clean up InjectableImplHampusM
2022-08-01feat: add hide impl of Injectable from documentationHampusM