-
Notifications
You must be signed in to change notification settings - Fork 47
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
Cut a release? #93
Comments
There is one thing I think needs to be addressed following #74: usize is dependent on the architecture and is used in the serde implementation. I"d like to get that sorted out before anything public is released. |
I see. You mean the serialized data is incompatible before and after the u32 -> usize change, right? |
That"s true, but I"m more concerned with portability of serialized data from one architecture to another. |
yes, need to create custom serialize mod which also makes endianness correct. |
Current implementation is not portable, maybe we should define the serialized format first. add an endian flag to the data, or serialize data to [u8]? |
@james7132 if this is a release blocker, how about hide the usize as a opt in feature? |
0.5.0 has been published. |
There are eight new commits since last release. Thanks in advance.
The text was updated successfully, but these errors were encountered: