aboutsummaryrefslogtreecommitdiff
path: root/macros/src/factory/type_alias.rs
AgeCommit message (Collapse)Author
2023-08-15fix!: make the factory macro not change its inputHampusM
BREAKING CHANGE: The factory macro no longer - Changes the return type to be inside of a TransientPtr - Adds Send + Sync bounds when the threadsafe or the async flag is set - Changes the return type be inside of a BoxFuture when the async flag is set
2022-11-11test: remove some unused importsHampusM
2022-11-11test: add unit test for parsing factory type aliasesHampusM
2022-09-24refactor: reorganize modules in the macros crateHampusM