[Bug] Rust generation: Implement the serialize trait correctly for the TupleArray
#60
Labels
bug
Something isn't working
TupleArray
#60
🐛 Bug
The serialize trait is not correctly implemented for generated code in rust.
To reproduce
The following code does not pass
The generated rust code is
and it does not compile since there is no serialization/deserialization implementations for
[u8; 64]
.I think here
Expected Behavior
I think implementing the trait in the generated code is the way forward.
System information
The bug is generic.
Additional context
None.
The text was updated successfully, but these errors were encountered: