rust-ux / uX

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

support try_from/try_into usize #44

Closed bbaldino closed 2 years ago

bbaldino commented 2 years ago

Fixes https://github.com/kjetilkjeka/uX/issues/43

kjetilkjeka commented 2 years ago

Thanks for the PR! Looks good to me, but I would prefer to have a test case similar to what I described in the comment. Please add something like this and I will merge it.

bbaldino commented 1 year ago

@kjetilkjeka just noticed I don't think a release was done after this was merged?

kjetilkjeka commented 1 year ago

Sorry, I've been on vacation the last three weeks. Published as v0.1.5 now.