rust-ux / uX

Non standard integer types like `u7`, `u9`, `u10`, `u63`, `i7`, `i9`
Apache License 2.0
121 stars 37 forks source link

Added implementation of `proptest::Arbitrary` #51

Open bluecube opened 1 year ago

bluecube commented 1 year ago

I'm a bit unsure about the missing support for i1, u65-u127 and i65-i127, but I couldn't add them without fixing conversions.rs first.