-
Notifications
You must be signed in to change notification settings - Fork 191
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
Handling endian Uuids #462
Comments
I think missing |
Coming back to this, I don't think |
Just coming in through some triage. I think our |
Coming back to coming back to this, I think this isn't a very helpful stance. There is of course something to flip in |
Since we now have |
Hi @dfaust 👋 This sounds reasonable to me! |
Based on #461 by @DianaNites
Lack of proper little-endian support, which was partially removed?
This also plays into my confusion, theres
Uuid::(to/from)_fields_le
andUuid::(to/from)_u128_le
, but notUuid::from_bytes_le
? TheresUuid::as_bytes
but notUuid::as_bytes_le
?This in particular is complicating things for me, as the Uuids I want to handle are "inspired" by Microsoft and stored mixed-endian. (Also, something I encountered when switching the bytes myself is
Uuid::get_version_num
returning14
instead of4
, so those specific last few bits may need special handling?)The text was updated successfully, but these errors were encountered: