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 `TryFrom` #32

Closed hottea773 closed 2 years ago

hottea773 commented 2 years ago

In README.md you say that When TryFrom is stabilized fallible conversions will also be supported. Well, TryFrom has been stable since 1.34.0 so you can now add support for it.