You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
238: backport u128 support r=Dylan-DPC a=kinggoesgaming
**I'm submitting a ...**
- [ ] bug fix
- [x] feature enhancement
- [ ] deprecation or removal
- [ ] refactor
# Description
allow support for `u128` <-> `Uuid`
# Motivation
As of `1.26.0` rust you can use `u128` in stable rust
# Tests
added `test_from_u128` test function
# Related Issue(s)
#234
Co-authored-by: Hunar Roop Kahlon <hunar.roop@gmail.com>
Is your feature request related to a problem? Please describe.
No
Describe the solution you'd like
Implement
u128
type support, with au128
feature flag. Supported for users of1.26.0
rust.Is it blocking?
No.
Describe alternatives you've considered
breaking
branch already has an implementation so we can wait for0.7.0
release ofuuid
Additional context
N/A
Other
#201
The text was updated successfully, but these errors were encountered: