[](https://opensource.org/license/apache-2-0)
[](https://github.com/jonaspleyer/approx-derive/actions)
[](https://crates.io/crates/approx-derive)

# approx_derive
`approx-derive` extends the popular [`approx`](https://docs.rs/approx/latest/approx/)
by two derive macros `AbsDiffEq` and `RelativeEq`.
This allows to quickly derive implementations for comparing these types with the macros provided in
[`approx`](https://docs.rs/approx/latest/approx/) crate.
# Documentation
Visit [docs.rs](https://docs.rs/approx-derive/latest/approx_derive/) to view the documentation.