near_enough

Crates.ionear_enough
lib.rsnear_enough
version0.1.0
sourcesrc
created_at2024-03-23 13:44:48.390244
updated_at2024-03-23 13:44:48.390244
descriptionUtilities for finding the difference between two values, and for getting the closest match from a set.
homepage
repositoryhttps://github.com/BezPowell/near_enough
max_upload_size
id1183542
size15,137
(BezPowell)

documentation

README

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.

Commit count: 14

cargo fmt