fuel-crypto icon indicating copy to clipboard operation
fuel-crypto copied to clipboard

Consider using `derive_more`

Open vlopes11 opened this issue 2 years ago • 0 comments

All of these new-type passthrough methods (Deref, AsRef, Into, From, LowerHex, UpperHex, etc) could be automatically generated using the derive_more crate.

it supports no_std out of the box

Originally posted by @Voxelot in https://github.com/FuelLabs/fuel-crypto/pull/2#discussion_r801152338

vlopes11 avatar Feb 09 '22 10:02 vlopes11