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

enums: add support for versioned deserialization #7

Open
lauralt opened this issue Jun 26, 2020 · 1 comment
Open

enums: add support for versioned deserialization #7

lauralt opened this issue Jun 26, 2020 · 1 comment

Comments

@lauralt
Copy link

lauralt commented Jun 26, 2020

No description provided.

@sandreim
Copy link
Contributor

Right now, there is no simple way to perform versioned deserialization. We can get around that by simply not supporting the removal of enum variants. To remove this constraint we need Rust support for explicit variant discriminators to be used with data tuples.

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

No branches or pull requests

2 participants