Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(num): ✨
Amount
is From<u8>
and From<u16>
this expands on the existing `u32` and `u64` implementations, which themselves delegate down to `u128`. https://doc.rust-lang.org/stable/std/primitive.u128.html#impl-From%3Cu16%3E-for-u128 https://doc.rust-lang.org/stable/std/primitive.u128.html#impl-From%3Cu8%3E-for-u128
- Loading branch information