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

Implementing custom Deserialize #6

Open
4 of 9 tasks
dtolnay opened this issue Aug 16, 2016 · 0 comments
Open
4 of 9 tasks

Implementing custom Deserialize #6

dtolnay opened this issue Aug 16, 2016 · 0 comments
Labels

Comments

@dtolnay
Copy link
Member

dtolnay commented Aug 16, 2016

  • for primitives
  • for a seq
  • for a map
  • for different types of structs
    • normal struct
    • tuple struct
    • newtype struct
    • unit struct
  • for an enum
@dtolnay dtolnay added this to the v1.0 milestone Apr 14, 2017
@dtolnay dtolnay removed this from the v1.0 milestone Apr 18, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

1 participant