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

[WIP] Implement serde::Deserialize for Vec #62

Closed
wants to merge 1 commit into from

Conversation

chrysn
Copy link

@chrysn chrysn commented Nov 22, 2018

This is a first working branch that implements serde's Deserialize for heapless::Vec, and would (if completed) close #58.

I'm unsure when I'll find the time to complete this (a full solution would at least include tests, implementations of Serialize and Deserialize for Vec and String; in-place would be nice too). It is still published at this early stage in the hope that anyone joining this effort (@sanmai-NL?) might find it a useful starting point.

@japaric
Copy link
Member

japaric commented Feb 5, 2019

Thanks for this PR, @chrysn. #66 is more complete so I'm going to close this PR in favor of that one.

@japaric japaric closed this Feb 5, 2019
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.

Implement Serde serialization/deserialization
2 participants