This crate has been merged into the approx crate where it will be maintained from now on.
approx-derive extends the popular approx
by two derive macros AbsDiffEq and RelativeEq.
This allows to quickly derive implementations for comparing these types with the macros provided in
approx crate.
Visit docs.rs to view the documentation.
This crate was designed to be operated with the approx and approxim crates.
With the archiving of approxim, we will no longer support this crate actively and version 0.2.8
remains the last supported compatible version.