Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upUpdate to serde 0.8.0 #84
Conversation
|
Does this serde update include any changes that would change the ordering of bytes produced by bincode? |
|
No. There are 3 user-facing changes but all are in deserialization:
As an incentive, I suspect you will see a nice performance improvement in serialization for both structs and vectors. I can put together a test suite this weekend before you release to prove the bytes are the same. |
|
Sounds good. I was only asking because I wanted to know if I'd need to bump the version number. However, I'm pretty sure I need to bump the version anyway, simply because it's re-exporting serde which bumped to 0.8.0. The test suite already makes sure that the Thanks for the contribution! |
|
Published to crates.io as 0.6.0 |
dtolnay commentedJul 28, 2016
Supersedes #83.