rustics 0.7.4

simple statistic library for performance analysis
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "rustics"
version = "0.7.4"
authors = ["bertoni"]
edition = "2021"
include = ["Cargo.toml", "src/*.rs", "README"]

license = "MIT OR BSD-2-Clause OR BSD-1-Clause"
keywords = ["monitoring", "statistics", "performance" ]
categories = ["development-tools::profiling"]
description = "simple statistic library for performance analysis"
repository = "https://github.com/jbertoni/Rustics"

[dependencies]

# rand is used only for testing
rand = "0.8"