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 TryFrom as a fallible alternative to new #26

Closed leo60228 closed 2 years ago

leo60228 commented 4 years ago

I don't understand how the conversion macros currently work, so this currently only implements it for the "real" type.

kjetilkjeka commented 2 years ago

Implemented in #37