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 don't love the idea of re-exporting all of num-traits, as there's a lot that has nothing to do with this crate, but that puts it all in the public API. It should only be a public dependency with respect to the traits we implement.
I wonder if there's any precedent for something like mod ext with re-exports of specific items?
BigUint::from_str_radix("aa", 16)
results in
So I need to add another explicit dependency
num_traits
and worry about setting its version correctly.It would be great UX if the crate re-exported it and I could do:
The text was updated successfully, but these errors were encountered: