num-derive
num-derive copied to clipboard
Derive `Bounded`
It would be nice if num::Bounded
can be derived for a newtype for a numerical value. (There may be some other traits for which derive macro is worth implementing.)