rustics 1.0.4

simple statistic library for performance analysis
Documentation
[[bin]]
name = "rustics"
path = "src/main.rs"

[dependencies]

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

[package]
authors = ["bertoni"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "simple statistic library for performance analysis"
edition = "2024"
include = ["Cargo.toml", "src/*.rs", "README"]
keywords = ["monitoring", "statistics", "performance"]
license = "MIT OR BSD-2-Clause OR BSD-1-Clause"
name = "rustics"
readme = "README.md"
repository = "https://github.com/jbertoni/Rustics"
version = "1.0.4"