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
Curious if you'd be open to a PR adding support for ruint in fraction and decimal as a num-bigint alternative. I think the constraints would all work. ruint supports conversions into num-bigint, but having native support would be nice.
The text was updated successfully, but these errors were encountered:
hi @javamonn, sure, that would be a nice feature to have.
It also feels like a relatively easy thing to do. Both GenericFraction and GenericDecimal should work seamlessly with anything implementing the generic::GenericInteger trait.
Curious if you'd be open to a PR adding support for ruint in
fraction
anddecimal
as anum-bigint
alternative. I think the constraints would all work.ruint
supports conversions intonum-bigint
, but having native support would be nice.The text was updated successfully, but these errors were encountered: