num_derive
#[derive(Num)]
Derives num_traits::Num for newtypes. The inner type must already implement Num.
num_traits::Num
Num