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 serde for rpds types, pull request #4 #4

Merged
merged 11 commits into from
Jan 9, 2018

Conversation

idupree
Copy link
Contributor

@idupree idupree commented Jan 9, 2018

This patch set adds serde as an optional dependency; serialization/deserialization code isn't compiled if it's not used. Addresses issue #1. Improved version of pull request #2 / #3.

You can run tests that include serialization/deserialization code using

cargo test --features serde

or more likely if you want the tests to finish somewhat promptly,

cargo test --release --features serde

@orium
Copy link
Owner

orium commented Jan 9, 2018

Awesome stuff. Thanks. I will release a new version tomorow.

@orium orium merged commit 5f4573e into orium:master Jan 9, 2018
@orium orium mentioned this pull request Jan 9, 2018
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