[package]
edition = "2024"
name = "unsafe_math"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "proc_macro to replace math operation with their unchecked/f_fast versions"
readme = "README.md"
keywords = [
"performance",
"unsafe",
"math",
"macro",
]
license = "MIT"
repository = "https://github.com/platonvin/unsafe_math"
[lib]
name = "unsafe_math"
path = "src/lib.rs"
[[bench]]
name = "bench"
path = "benches/bench.rs"
[[bench]]
name = "nothing"
path = "benches/nothing.rs"
[dependencies.unsafe_math_macro]
version = "0.1.1"
[dependencies.unsafe_math_trait]
version = "0.1.1"