near_enough 0.1.0

Utilities for finding the difference between two values, and for getting the closest match from a set.
Documentation

near_enough

Rust

Occasionally, returning a result that is 'near enough' is more useful than returning no result at all. This crate provides utilities for finding the difference between two values, and for getting the closest match from a set.

It is currently very much of a work in progress, and is almost certainly not the most efficient implementation.