Crates.io | near_enough |
lib.rs | near_enough |
version | 0.1.0 |
source | src |
created_at | 2024-03-23 13:44:48.390244 |
updated_at | 2024-03-23 13:44:48.390244 |
description | Utilities for finding the difference between two values, and for getting the closest match from a set. |
homepage | |
repository | https://github.com/BezPowell/near_enough |
max_upload_size | |
id | 1183542 |
size | 15,137 |
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.