-
Notifications
You must be signed in to change notification settings - Fork 63
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
Support named enum variants #45
base: master
Are you sure you want to change the base?
Conversation
do you have any test cases? |
I didn’t see any tests in the repo? It’s being used in this repo with no issues https://github.com/helium/account-compression-anchor-gen |
Ah I meant adding some IDLs into this repo which contain named enum variants I'd appreciate if you could fix Clippy so I can merge this in, or allow me to push to your branch |
Sent you an invite in case you wanted to add those idls. Also fixed the cargo fmt |
Fixes #40