aboutsummaryrefslogtreecommitdiff
path: root/macros/src/injectable_macro_args.rs
AgeCommit message (Collapse)Author
2022-09-24refactor: reorganize modules in the macros crateHampusM
2022-09-02refactor!: remove braces from expected injectable macro inputHampusM
BREAKING CHANGE: The injectable macro no longer expects braces around it's flags
2022-08-29feat: implement async functionalityHampusM
2022-08-01feat: add hide impl of Injectable from documentationHampusM
This will make it so that by default the impl of Injectable is hidden from user code documentation. This commit also includes a flag for the injectable macro to disable the aforementioned feature
2022-07-20refactor: reorganize folder hierarchyHampusM