rust-ux / uX

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

Add: Fallible conversion via TryFrom #37

Closed kjetilkjeka closed 2 years ago

kjetilkjeka commented 2 years ago

I'm sorry I've been very absent when it comes to maintaining this library. I'm going to have a look at the other PRs shortly as well.

@leo60228 if you're still interested in getting TryFrom support merged. What do you think about redefining the TryFromIntError like I do? Are there any drawbacks compared to your solution from #26 ?

Closes #32