-
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
make uuid structs repr(transparent) #468
Conversation
Signed-off-by: Hunar Roop Kahlon <[email protected]>
@uuid-rs/uuid approve/merge :) |
I'm on board with marking |
@KodrAus fair enough! I will remove the attribute from the adapters |
Signed-off-by: Hunar Roop Kahlon <[email protected]>
@KodrAus anything else? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good to me!
bors r+ |
Build succeeded: |
I'm submitting a(n) feature
Description
Make the following structs
#[repr(transparent)]
:Uuid
Hyphenated
HyphenatedRef
Simple
SimpleRef
Urn
UrnRef
Tests
Tests should pass as is
Related Issue(s)
closes #463