assert-within 0.1.4

Macro for testing that (generic) floating point numbers are within some tolerance
Documentation
[dependencies.num-traits]
default-features = false
version = "0.2.19"

[lib]
name = "assert_within"
path = "src/lib.rs"

[package]
authors = ["Chris Beck <beck.ct@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools"]
description = "Macro for testing that (generic) floating point numbers are within some tolerance"
edition = "2024"
keywords = ["assert", "test", "numerics", "macro", "no_std"]
license = "MIT OR Apache-2.0"
name = "assert-within"
readme = "README.md"
repository = "https://github.com/cbeck88/assert-within"
version = "0.1.4"