There is currently no custom derive. A custom derive for the ApproxEq trait could be helpful, since it avoids having to write some pretty repetitive code.
The drawback of adding a custom derive is that it increases the maintenance burden of this project. Other approximate comparison crates also get by without a custom derive, so perhaps this isn't as useful as one might think.
There is currently no custom derive. A custom derive for the
ApproxEqtrait could be helpful, since it avoids having to write some pretty repetitive code.The drawback of adding a custom derive is that it increases the maintenance burden of this project. Other approximate comparison crates also get by without a custom derive, so perhaps this isn't as useful as one might think.