danlehmann / arbitrary-int

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

Let widen() officially support equal bit-widths as (due a bug) this was already allowed #25

Closed danlehmann closed 1 year ago

danlehmann commented 1 year ago

While at it, remove SMALLER_THAN as the old definition is broken. We don't need it right now.