We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
BigDigit
no_std
Pow
{Div,Rem}::Output
Other PRs and issues may be included too, but these are the ones that impact compatibility.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
BigDigit
no_std
with the alloc crate (MSRV 1.36)Add PartialEq and PartialOrd between built in integer types and BigInt/BigUint #105: Add comparisons with primitive integers (affecting type inference)Pow
by value (affecting calls that currently use references)Reconsider{Div,Rem}::Output
with primitives to match the smaller type (related to Add new traits for a faster and type safe Div/Rem #88)Other PRs and issues may be included too, but these are the ones that impact compatibility.
The text was updated successfully, but these errors were encountered: