Skip to content

jonaspleyer/approx-derive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Apache License Test Crate Crates.io Total Downloads

approx_derive

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.

Documentation

Visit docs.rs to view the documentation.