danlehmann / arbitrary-int

A modern and lightweight implementation of arbitrary integers for Rust
MIT License
31 stars 12 forks source link

impl traits from num-traits for UInt #42

Open vxpm opened 5 months ago

vxpm commented 5 months ago

~also adds a new trait PrimNumber which has an extra trait bound of num_traits::PrimInt for both the trait itself and the UnderlyingType~ nevermind, not a good idea. the trait implementations are enough

dzmitry-lahoda commented 2 months ago

@vxpm would you have time to recheck this ? thank you