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

Add serialization/deserialization for fixed size arrays #74

Merged
merged 3 commits into from May 19, 2015
Merged

Add serialization/deserialization for fixed size arrays #74

merged 3 commits into from May 19, 2015

Conversation

tomprogrammer
Copy link
Contributor

Unfortunately this PR increases build times for the serde crate about 70%.

The implementation is similar the the tuple visitors and should be self-explanatory.

erickt added a commit that referenced this pull request May 19, 2015
Add serialization/deserialization for fixed size arrays
@erickt erickt merged commit 64588f0 into serde-rs:master May 19, 2015
@erickt
Copy link
Member

erickt commented May 19, 2015

Yikes about those compile times though :(

@tomprogrammer tomprogrammer deleted the array branch May 19, 2015 16:09
rubdos pushed a commit to rubdos/serde that referenced this pull request Jun 20, 2017
This commit brings in a load of unstable and/or deprecated traits from
the `std::num` module. These traits provide for some degree of generic
programming over numeric types. They are not stable in `std` mostly
because we want more time to iterate on their design. Moving them to the
`num` crate allows existing code to keep using this functionality as we
do so.

Closes serde-rs#74
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants