rust-ux / uX

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

Mention size requirement and unrealized optimizations #28

Closed chrysn closed 2 years ago

chrysn commented 4 years ago

Contributes-To: https://github.com/kjetilkjeka/uX/issues/27


Users who freshly found this project might be aware of the optimizations Option<NonZero...> provides, and assume that the same works for u63.