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
The from_i128/from_u128 had quite a few issues however was almost never compiled in to the library due to a misconfiguration. Nonetheless, it should now be working correctly and has surrounding tests to ensure it continues to work.
There is a typo in the conversion functions for i128/u128:
rust-decimal/src/decimal.rs
Lines 2995 to 2998 in d96f762
Should be:
For reference, here are the functions in question from
num-traits
crateThe text was updated successfully, but these errors were encountered: