noisy_float 0.1.12

Contains floating point types that panic if they are set to an illegal value, such as NaN
Documentation
[[bench]]
harness = false
name = "benchmark"
[dependencies.num-traits]
version = "0.2"

[dependencies.serde]
optional = true
version = "1.0"
[dev-dependencies.criterion]
version = "0.2"

[dev-dependencies.serde_derive]
version = "1.0"

[dev-dependencies.serde_json]
version = "1.0"

[features]
serde-1 = ["serde"]

[package]
authors = ["Matthew Michelotti <matthew@matthewmichelotti.com>"]
description = "Contains floating point types that panic if they are set to an illegal value, such as NaN"
documentation = "https://docs.rs/noisy_float"
edition = "2018"
keywords = ["float", "signaling", "NaN", "finite", "panic"]
license = "Apache-2.0"
name = "noisy_float"
readme = "README.md"
repository = "https://github.com/SergiusIW/noisy_float-rs"
version = "0.1.12"