-
Notifications
You must be signed in to change notification settings - Fork 212
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
Serialization Derive Macro does not support Tuples #125
Comments
I'll take a look into it. :) |
|
So, the problem with not having
To avoid this mess, I guess the best way is to still require If someone has another idea how to realise this, I'm open for suggestions. |
Closing, thank you so much @paberr ! |
As title, ref #104. Example:
It'd be nice if it would just serialize
a.0
followed bya.1
Sidenote: In order to use the macro, I had to explicitly import
algebra-core
to my package. It'd be nice if the macro were usable via importing justalgebra
as well.i.e. go from:
to
zexe_algebra = { package = "algebra", git = "https://github.com/scipr-lab/zexe", version = "0.1.0", features = ["derive"] }
cc @paberr
The text was updated successfully, but these errors were encountered: