Skip to content
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

Allow derived structs in packets in new rust generator #101

Merged
merged 1 commit into from
May 16, 2024

Conversation

hchataing
Copy link
Collaborator

The legacy rust generator did not support derived structs because of
lack of common interface for parsing packets.
All packets under the new generator implement Packet::decode which
make it trivial to support.

The legacy rust generator did not support derived structs because of
lack of common interface for parsing packets.
All packets under the new generator implement Packet::decode which
make it trivial to support.
@hchataing hchataing merged commit fe1935b into main May 16, 2024
8 checks passed
@hchataing hchataing deleted the derived-struct branch May 16, 2024 23:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants