approxeq 0.1.0

A trait for approximate equality of types
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# ApproxEq

[![Crate Documentation](https://img.shields.io/badge/docs.rs-approxeq-green.svg)](https://docs.rs/approxeq)
[![Current Crates.io Version](https://img.shields.io/crates/v/approxeq.svg)](https://crates.io/crates/approxeq)

The `ApproxEq` trait handily provides a way to define approximate relations between types and comes with already-declared arbitrary implementations for primitive number types!

Define 

## Contributing
Any and all PRs are welcome.

###### Acknowledgement
The ApproxEq crate is what you might call a joke.

Much of the documentation is an adaptation of rust-lang's `std::cmp::PartialEq` trait documentation.