assert-be-close 1.0.1

A simple function to assert that two numbers are close to each other.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies.num]
version = "0.4.2"

[package]
authors = ["azishio"]
categories = ["development-tools::debugging", "development-tools::testing"]
description = "A simple function to assert that two numbers are close to each other."
documentation = "https://docs.rs/assert-be-close"
edition = "2021"
homepage = "https://crates.io/crates/assert-be-close"
keywords = ["assert", "float", "close", "approximate"]
license = "MIT OR Apache-2.0"
name = "assert-be-close"
readme = "README.md"
repository = "https://github.com/azishio/assert-be-close"
version = "1.0.1"