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

RFC: Add optional Serde support for HashMap #106

Merged
merged 2 commits into from
Mar 5, 2024
Merged

RFC: Add optional Serde support for HashMap #106

merged 2 commits into from
Mar 5, 2024

Conversation

adamreichold
Copy link
Contributor

The implementation of Deserialize is based on the implementation of Extend.

I can of course remove the first commit as it is admittedly unrelated and unnecessary for Serde support, it just felt better working in a code base that starts without Clippy warnings and stays that way.

The implementation of Deserialize is based on the implementation of Extend.
Copy link
Member

@yaleman yaleman left a comment

Choose a reason for hiding this comment

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

There's a lot of clippy-calming in there as well, but otherwise looks solid

@yaleman yaleman requested a review from Firstyear March 3, 2024 00:32
@adamreichold
Copy link
Contributor Author

There's a lot of clippy-calming in there as well

Indeed. I did put it into it a separate commit and can drop it if you prefer.

@yaleman
Copy link
Member

yaleman commented Mar 3, 2024

Oh no need, just calling it out. I like keeping 📎 happy

@Firstyear
Copy link
Member

This is excellent @adamreichold, thank you very much!

@Firstyear Firstyear merged commit ea6d612 into kanidm:master Mar 5, 2024
2 checks passed
@adamreichold adamreichold deleted the serde-support branch March 5, 2024 19:53
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.

3 participants