danielpclark / rutie

“The Tie Between Ruby and Rust.”
MIT License
940 stars 62 forks source link

Does `Integer` support `u128`? #106

Open Hywan opened 5 years ago

Hywan commented 5 years ago

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

danielpclark commented 5 years ago

Feel free. :grinning:

Hywan commented 5 years ago

:+1: