danielpclark/rutie

Does `Integer` support `u128`?

Opened this issue ยท 2 comments

Hywan commented

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 :-)!

Feel free. ๐Ÿ˜€

Hywan commented

๐Ÿ‘