stats_traits 0.1.0

Traits for collection-like types to calculate statistics
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies.num-traits]
version = "0.2.15"

[dev-dependencies.approx]
version = "0.5.1"

[package]
categories = ["mathematics", "no-std", "rust-patterns"]
description = "Traits for collection-like types to calculate statistics"
edition = "2021"
keywords = ["statistics", "traits", "collections", "math", "maths"]
license = "MIT"
name = "stats_traits"
readme = "README.md"
repository = "https://github.com/mrlegohead0x45/stats-traits"
version = "0.1.0"