nsys-math-utils 0.1.0

Math types and traits
Documentation
[dependencies.cordic]
version = "0.1.*"

[dependencies.derive_more]
features = ["deref", "display", "from", "not"]
version = "2.*"

[dependencies.either]
version = "1.*"

[dependencies.fixed]
features = ["num-traits"]
version = "1.*"

[dependencies.fixed-sqrt]
version = "0.3.*"

[dependencies.rand]
version = "0.9.*"

[dependencies.serde]
features = ["derive"]
optional = true
version = "1.*"

[dependencies.sorted-vec]
version = "0.8.*"

[dependencies.stash]
version = "0.1.*"

[dependencies.strum]
features = ["derive"]
version = "0.27.*"

[dependencies.vek]
version = "0.17.*"

[dev-dependencies.rand_xorshift]
version = "0.4.*"

[dev-dependencies.serde_json]
version = "1.*"

[[example]]
name = "example"
path = "examples/example.rs"
required-features = ["derive_serdes"]

[features]
derive_serdes = ["serde", "fixed/serde", "vek/serde"]

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

[lints.clippy]
single-component-path-imports = "allow"

[package]
authors = ["Shane Pearman <spearman@gitlab.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Math types and traits"
edition = "2024"
license = "MPL-2.0"
name = "nsys-math-utils"
readme = "README.md"
repository = "https://gitlab.com/spearman/math-utils-rs"
version = "0.1.0"