numeric-statistics 0.1.0

Numeric Statistics: functions for min, max, average, variance, standard deviation, and more to come.
Documentation
[lib]
name = "numeric_statistics"
path = "src/lib.rs"

[package]
authors = ["Joel Parker Henderson <joel@joelparkerhenderson.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["mathematics"]
description = "Numeric Statistics: functions for min, max, average, variance, standard deviation, and more to come."
edition = "2024"
include = ["src/**/*", "LICENSE.md", "README.md"]
keywords = ["math", "stats", "stddev"]
license = "MIT OR Apache-2.0 OR GPL-2.0 OR GPL-3.0 OR BSD-3-Clause"
name = "numeric-statistics"
readme = "README.md"
repository = "https://github.com/numcommand/numeric-statistcs-rust-crate/"
version = "0.1.0"

[profile.dev]
panic = "unwind"

[profile.dist]
debug = 2
inherits = "release"
split-debuginfo = "packed"

[profile.release]
panic = "unwind"