-
Notifications
You must be signed in to change notification settings - Fork 98
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 support for i128/u128 #85
Comments
Consider adding a build script to detect the https://www.reddit.com/r/rust/comments/8ioqyk/how_should_a_library_support_u128/ |
I think we should be good on the other crates. |
I think this is was what I was thinking of in #150, for what it's worth. |
|
Add support for
i128
/u128
now that both types are stable. This may be blocked by the num-* crates which may not support these types. Leave types out of CI build scripts for the moment. A larger effort to better support differentrustc
versions will need to be done.The text was updated successfully, but these errors were encountered: