rust-ux / uX

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

Substrate and SCALE code features #40

Closed dzmitry-lahoda closed 2 months ago

dzmitry-lahoda commented 2 years ago

make SCALE serde support for these.

  1. can be encoded and decoded using SCALE
  2. can be built with no_std
  3. Implement Substrate number traits
  4. may SCALE encoding transparent to underlying type.
  5. at rest storage may be as of underlying type.
dzmitry-lahoda commented 2 years ago

will donate 3 DOT.