bnum 0.14.4

Fixed-size integer types with generic signedness, bit width and overflow behaviour.
Documentation
1
2
3
4
5
6
Add OverflowingAdd and OverflowingSub
Make to_str_radix, to_radix_{b,l}_e panic on invalid radix
Add unbounded_{shl, shr} methods
Make it possible to test on stable
Use branchless algorithm for set_bit on unsigned ints
Add as_bits, as_bits_mut to signed ints