Skip to content

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

Merged
KodrAus merged 2 commits into
rust-lang:masterfrom
KodrAus:feat/visitor
Nov 14, 2021
Merged

Add a simple zero-dependency visitor for kv values#467
KodrAus merged 2 commits into
rust-lang:masterfrom
KodrAus:feat/visitor

Conversation

@KodrAus
Copy link
Copy Markdown
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
Copy Markdown
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