isaacholt100 / bnum

Arbitrary, fixed size numeric types that extend the functionality of primitive numeric types in Rust.
https://crates.io/crates/bnum
Other
67 stars 8 forks source link

disable default features for num-traits and num-integer #11

Closed lrubasze closed 1 year ago

lrubasze commented 1 year ago

This is a fix for issue https://github.com/isaacholt100/bnum/issues/10

isaacholt100 commented 1 year ago

Thanks very much for submitting this change! Automated checks were initially not working as the current version of Rust nightly failed to compile the project, hence I edited the rust.yml file in your fork to install a specific version of nightly which allowed it to compile and the tests to pass.

lrubasze commented 1 year ago

Thank you so much for quick review :) BTW... bnum crate really rocks!

isaacholt100 commented 1 year ago

Thanks very much, I really appreciate that! Glad that you're finding it useful 👍.