parity-common icon indicating copy to clipboard operation
parity-common copied to clipboard

num-traits feature on primitive-types could use a FromPrimitive impl

Open sam0x17 opened this issue 1 year ago • 0 comments

Types like U256 could easily impl https://docs.rs/num-traits/latest/num_traits/cast/trait.FromPrimitive.html when the num-traits feature is enabled. Happy to submit a PR adding this if you agree it would be desirable.

sam0x17 avatar Oct 28 '23 20:10 sam0x17