-
-
Notifications
You must be signed in to change notification settings - Fork 544
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
Re-export EnumIter
#14
Comments
Check this related issue serde-rs/serde#1465 Perhaps we just implement our own EnumIter? |
Is it possible to include their macro-crate and simply re-export that at macro-crate level? |
Hmmmm... fail to find the workaround |
This is just re-exporting What blocking us is that the derive macros in |
Leaves us no option other than forking? |
Perhaps we can open an issue on strum. Might have alternative way of doing this? |
Why not fork it and make a POC first before proposing a change? |
Re-export
EnumIter
such that users don't have to depend on strum directlyhttps://github.com/SeaQL/sea-orm/blob/master/examples/sqlx-mysql/Cargo.toml#L11
Right now, removing that line would make compilation fail.
The text was updated successfully, but these errors were encountered: