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

impl serde::Serialize #29

Closed
kbknapp opened this issue Mar 29, 2017 · 2 comments
Closed

impl serde::Serialize #29

kbknapp opened this issue Mar 29, 2017 · 2 comments

Comments

@kbknapp
Copy link

kbknapp commented Mar 29, 2017

https://serde.rs/serialize-map.html or something similar.

@tnajdek
Copy link

tnajdek commented Aug 7, 2017

I was looking for the same thing and browsing the source I've realized this is actually implemented, just not mentioned anywhere. All you need is to enable "eders" feature in Cargo.toml:

vec_map = { version = "0.8.0", features = ["eders"] }

@oherrala
Copy link
Contributor

I think this issue can be closed. There's already feature called "eders" and pull request (#40) to introduce feature "serde".

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

3 participants