Crates.io | approx-derive |
lib.rs | approx-derive |
version | 0.1.7 |
source | src |
created_at | 2024-05-04 03:45:16.595679 |
updated_at | 2024-11-01 15:05:12.712169 |
description | Extends the approx crate by derive macros. |
homepage | |
repository | |
max_upload_size | |
id | 1229393 |
size | 60,743 |
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.