Feature request: Add derived implementations for num
traits
#3
Labels
enhancement
New feature or request
Specs required
The issue requires analysis and detailed specification
Although
num
traits are usually implemented rather than derived, thenum-derive
crate shows that it is possible to write derive macros for them even for types more complex than newtype constructors.In fact, with the constraints this crate can offer on new types, it would be possible to even derive traits like
num::Bounded
.The text was updated successfully, but these errors were encountered: