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
I need Integer to support u128 (https://doc.rust-lang.org/std/primitive.u128.html). I saw somewhere that Integer is merged between Fixnum and Bignum. So the only limitation seems to be the Rust API. I can open a PR if you would like! Tell me.
Thanks for the awesome project :-)!
The text was updated successfully, but these errors were encountered:
I need
Integer
to supportu128
(https://doc.rust-lang.org/std/primitive.u128.html). I saw somewhere thatInteger
is merged betweenFixnum
andBignum
. So the only limitation seems to be the Rust API. I can open a PR if you would like! Tell me.Thanks for the awesome project :-)!
The text was updated successfully, but these errors were encountered: