We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The generate_array_deserializer methods for StructField and UnionField are very similar and should be refactored to deduplicate the logic.
generate_array_deserializer
StructField
UnionField
The text was updated successfully, but these errors were encountered:
This relates to the versionize_derive crate and so this was moved here: firecracker-microvm/versionize_derive#14.
Sorry, something went wrong.
No branches or pull requests
The
generate_array_deserializer
methods forStructField
andUnionField
are very similar and should be refactored to deduplicate the logic.The text was updated successfully, but these errors were encountered: