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

Implement IntoDeserializer for &Value #1045

Merged
merged 1 commit into from Jul 26, 2023

Conversation

zetanumbers
Copy link
Contributor

Closes #423

Allows to deserialize from something like &HashMap<String, Value>

Copy link
Member

@dtolnay dtolnay left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@dtolnay dtolnay merged commit f6cc4f3 into serde-rs:master Jul 26, 2023
13 checks passed
@zetanumbers zetanumbers deleted the value-ref-into-deserializer branch July 26, 2023 20:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Implement IntoDeserializer for Value and &Value
2 participants