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

rlp: slice-like decoder #8

Open
sorpaas opened this issue Jul 24, 2017 · 1 comment
Open

rlp: slice-like decoder #8

sorpaas opened this issue Jul 24, 2017 · 1 comment

Comments

@sorpaas
Copy link
Contributor

sorpaas commented Jul 24, 2017

Make a trait decoder that keeps the current slicing. This standardizes all the current slice-like decoder we have.

@sorpaas
Copy link
Contributor Author

sorpaas commented Sep 5, 2017

Modify the Deserialize trait to take a lifetime, and then create another trait DeserializeOwned using the for<'a> syntax. This is similar to the serde transition from 0.9 -> 1.0.

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

No branches or pull requests

1 participant