statify 0.2.0

A lightweight and minimal statistics library for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "statify"
version = "0.2.0"
edition = "2021"
authors = ["Dumbo-programmer <tawhidbinomarsjhss@gmail.com>"]
description = "A lightweight and minimal statistics library for Rust"
license = "MIT"
repository = "https://github.com/Dumbo-programmer/statify"
keywords = ["statistics", "math", "data-analysis", "analytics", "stats"]
categories = ["algorithms", "mathematics", "science"]
readme = "README.md"

[dependencies]