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

Rust enum support #94

Open
angelorodem opened this issue Nov 13, 2024 · 1 comment
Open

Rust enum support #94

angelorodem opened this issue Nov 13, 2024 · 1 comment

Comments

@angelorodem
Copy link

Hi, i could not find the reason on gh issues or in other places,
what is the current limitation that prevents an implementation that is able to Serialize/Deserialize rust non C-like enums?
is that some limitation because it is not possible in no_std or is just a missing feature?

@ryan-summers
Copy link
Member

ryan-summers commented Nov 14, 2024

I had one question when reading this: How does a complex rust enum map into json object representations?

After researching serde-json, it seems to me like this is simply missing implementation. If you'd like to take it on, I'd be happy to review the change!

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