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

Replace value internals with external crate #423

Merged
merged 4 commits into from
Nov 29, 2020

Conversation

KodrAus
Copy link
Contributor

@KodrAus KodrAus commented Nov 11, 2020

Also closes #408

This removes all the complexity we've accumulated in the kv::value API by replacing it with an external crate called value-bag. It's exactly the API we had here, but with support for std::error::Error and deals with the reverted const type ids properly.

@KodrAus KodrAus force-pushed the feat/value-bag branch 4 times, most recently from fcc9005 to e2fcf91 Compare November 29, 2020 00:54
@KodrAus KodrAus merged commit 078e68f into rust-lang:master Nov 29, 2020
@KodrAus KodrAus deleted the feat/value-bag branch November 29, 2020 09:08
This was referenced Dec 21, 2020
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.

1 participant