-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tsync from other proc-macros? #8
Comments
No, not with the current architecture. Maybe in the future though :) |
I also ran into this. I was able to cobble a hacky solution:
The "search" for "tsync" attributes has to be changed to be changed to recursed on modules and in my case impls as well. The initial working solution: "https://github.com/AravindPrabhs/tsync/tree/amenable_to_cargo_expand" |
Closing this; feel free to re-open! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If a proc-macro generates a struct, those generated structs are not exported, even if the
#[tsync]
annotation is on the generated struct. Is this possible to somehow accomplish with tsync's current architecture?The text was updated successfully, but these errors were encountered: