rust-ux / uX

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

Implement 1bit and 65-127 bit types #13

Closed kjetilkjeka closed 6 years ago

kjetilkjeka commented 6 years ago

i128 and u128 is only a couple of weeks old so this will break builds unless built with most recent stable.

Fixes #12