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

Add a simple zero-dependency visitor for kv values #467

Merged
merged 2 commits into from
Nov 14, 2021

Conversation

KodrAus
Copy link
Contributor

@KodrAus KodrAus commented Nov 14, 2021

Closes #440

This surfaces a zero-dependency visitor for kv::Values that can be used instead of having to chain to_* calls when a full serialization framework like serde isn't needed.

r? @Thomasdezeeuw

Copy link
Collaborator

@Thomasdezeeuw Thomasdezeeuw left a comment

Choose a reason for hiding this comment

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

LGTM.

@KodrAus KodrAus merged commit ed0dacc into rust-lang:master Nov 14, 2021
EFanZh pushed a commit to EFanZh/log that referenced this pull request Jul 23, 2023
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.

Simple zero-dependency visitor for kv::Value
2 participants