rust-ux / uX

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

support conversions for u1 #48

Closed bbaldino closed 2 years ago

bbaldino commented 2 years ago

@kjetilkjeka this is something else I ran into that I thought might be useful: u1 seemed to be missing some conversions, so took an attempt at adding them here.

kjetilkjeka commented 2 years ago

Thanks @bbaldino, it looks good!

I will try to get around to publish it one of the next days.

bbaldino commented 2 years ago

@kjetilkjeka nudge on the release :)