approx-derive 0.1.4

Extends the approx crate by derive macros.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[![Apache License](https://img.shields.io/github/license/jonaspleyer/approx-derive?style=flat-square)](https://opensource.org/license/apache-2-0)
[![Test](https://img.shields.io/github/actions/workflow/status/jonaspleyer/approx-derive/test.yml?label=Test&style=flat-square)](https://github.com/jonaspleyer/approx-derive/actions)
[![Crate](https://img.shields.io/crates/v/approx-derive.svg?style=flat-square)](https://crates.io/crates/approx-derive)
![Crates.io Total Downloads](https://img.shields.io/crates/d/approx-derive?style=flat-square)

# 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.