floatguard 0.1.0

A library for checked floating-point arithmetic in Rust, safely elminating NaN and Infinity from floating-point computations.
Documentation
[dependencies]

[dev-dependencies.criterion]
version = "0.6"

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

[features]
default = ["std"]
std = []

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

[package]
authors = ["Steven Jimenez <stevenmjimenez@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["mathematics", "science", "no-std"]
description = "A library for checked floating-point arithmetic in Rust, safely elminating NaN and Infinity from floating-point computations."
documentation = "https://docs.rs/floatguard"
edition = "2024"
exclude = [".github/*", "benches/*", "target/*"]
homepage = "https://github.com/stevethedev/floatguard-rs"
keywords = ["float", "f64", "nan", "infinity", "checked"]
license = "MIT OR Apache-2.0"
name = "floatguard"
readme = "README.md"
repository = "https://github.com/stevethedev/floatguard-rs"
version = "0.1.0"