rust-ux / uX

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

Implement `{from,to}_{be,le,ne}_bytes` for `u24` and other multiples of 8. #53

Open reitermarkus opened 1 year ago

reitermarkus commented 1 year ago

All types which are a multiple of 8 bits should implement these convenience methods.