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 conversions to/from u64 #169

Merged
merged 5 commits into from
Apr 19, 2024
Merged

Conversation

SIGSTACKFAULT
Copy link
Contributor

@SIGSTACKFAULT SIGSTACKFAULT commented Apr 18, 2024

Useful as a sort key, or for saving in a binary format (in my case i wanted a sort key :P )

decided to implement as as_u64 and from_u64 because i figured it would be a kinda weird thing for .into() to do.

documentation and tests included.

@ManevilleF
Copy link
Owner

That's a neat addition ! Could you resolve the CI failures ?

@ManevilleF ManevilleF added the enhancement New feature or request label Apr 18, 2024
@ManevilleF ManevilleF merged commit b858433 into ManevilleF:main Apr 19, 2024
9 checks passed
@SIGSTACKFAULT
Copy link
Contributor Author

<3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants