float_eq 0.4.1

Explicitly bounded comparison of floating point numbers.
Documentation
[package]

name = "float_eq"

version = "0.4.1"

authors = ["jtempest"]

license = "MIT OR Apache-2.0"

description = "Explicitly bounded comparison of floating point numbers."

homepage = "https://github.com/jtempest/float_eq-rs"

repository = "https://github.com/jtempest/float_eq-rs"

documentation = "https://docs.rs/float_eq/"

keywords = ["approximate", "assert", "comparison", "equality", "float"]

categories = ["algorithms", "development-tools::debugging", "no-std"]

readme = "crates-io.md"

include = ["Cargo.toml", "src/**/*.rs", "crates-io.md", "LICENSE-APACHE", "LICENSE-MIT"]

edition = "2018"



[package.metadata.docs.rs]

all-features = true



[badges]

maintenance = { status = "experimental" }

travis-ci = { repository = "jtempest/float_eq-rs" }

# Turned off for now since coveralls has better support for testing multiple 

# feature sets, and thus is more representative.

# codecov = { repository = "jtempest/float_eq-rs" }

coveralls = { repository = "jtempest/float_eq-rs" }



[dev-dependencies]

trybuild = "1"



[dependencies.num-complex]

version = "0.2"

optional = true



[dependencies.float_eq_derive]

version = "=0.4.1"

optional = true

path = "../float_eq_derive"



[features]

default = ["std"]

std = []

num = ["num-complex"]

derive = ["float_eq_derive"]