approx_collections 3.0.0

Collections using approximate floating-point comparison
Documentation
[dependencies.rustc-hash]
optional = true
version = "2.1.1"

[dependencies.smallvec]
features = ["union"]
version = "1.13.2"

[dev-dependencies.proptest]
version = "1.7.0"

[dev-dependencies.proptest-macro]
version = "0.2.0"

[features]
default = ["rustc-hash"]

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

[package]
authors = ["Andrew Farkas"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Collections using approximate floating-point comparison"
edition = "2024"
keywords = ["math", "equality", "approximate", "float", "comparison"]
license = "MIT OR Apache-2.0"
name = "approx_collections"
readme = "README.md"
repository = "https://github.com/HactarCE/approx_collections/"
rust-version = "1.88.0"
version = "3.0.0"