granite_reckoner 0.3.2

A simple aggregator enabling basic statistical operations on Vec<T> in the specified number of threads. Works for all Rust's built-in numeric types.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[[bench]]
harness = false
name = "benches"
[dependencies.assert_approx_eq]
version = "1.1.0"
[dev-dependencies.criterion]
version = "0.3"

[package]
description = "A simple aggregator enabling basic statistical operations on Vec<T> in the specified number of threads. Works for all Rust's built-in numeric types."
edition = "2021"
license = "MIT"
name = "granite_reckoner"
readme = "README.md"
repository = "https://github.com/MateuszWalewski/granite-reckoner"
version = "0.3.2"