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

Implement Deserializer for Value #64

Merged
merged 2 commits into from
Oct 27, 2017
Merged

Implement Deserializer for Value #64

merged 2 commits into from
Oct 27, 2017

Conversation

torkleyy
Copy link
Contributor

Just had this idea, so I thought I could implement it.

Copy link
Collaborator

@kvark kvark left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Interesting. Any tests you could add here?

@torkleyy
Copy link
Contributor Author

Oh right 👍

Copy link
Collaborator

@kvark kvark left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:
bors r+

bors bot added a commit that referenced this pull request Oct 27, 2017
64: Implement `Deserializer` for `Value` r=kvark a=torkleyy

Just had this idea, so I thought I could implement it.
}

forward_to_deserialize_any! {
bool i8 i16 i32 i64 u8 u16 u32 u64 f32 f64 char str string bytes
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hold on, integers don't work yet.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'll just create another PR

@bors
Copy link
Contributor

bors bot commented Oct 27, 2017

Build succeeded

@bors bors bot merged commit 092aa83 into ron-rs:master Oct 27, 2017
@torkleyy torkleyy deleted the de branch October 27, 2017 14:49
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.

2 participants