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

backport u128 support #238

Merged
merged 4 commits into from
May 21, 2018
Merged

backport u128 support #238

merged 4 commits into from
May 21, 2018

Conversation

kinggoesgaming
Copy link
Member

@kinggoesgaming kinggoesgaming commented May 21, 2018

I'm submitting a ...

  • bug fix
  • 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

Signed-off-by: Hunar Roop Kahlon <[email protected]>
@kinggoesgaming kinggoesgaming changed the title [WIP] backport u128 support backport u128 support May 21, 2018
@Dylan-DPC-zz
Copy link
Member

bors: r+

bors bot added a commit that referenced this pull request May 21, 2018
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 <[email protected]>
@bors
Copy link
Contributor

bors bot commented May 21, 2018

@bors bors bot merged commit 303f761 into master May 21, 2018
@kinggoesgaming kinggoesgaming deleted the u128 branch May 21, 2018 18:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants