Crates.io | stats-cli |
lib.rs | stats-cli |
version | 3.0.1 |
source | src |
created_at | 2017-04-01 21:55:17.102765 |
updated_at | 2021-12-05 03:43:56.889858 |
description | A command line statistics binary and package |
homepage | https://github.com/erikbrinkman/stats |
repository | https://github.com/erikbrinkman/stats |
max_upload_size | |
id | 9333 |
size | 48,146 |
Rust package for efficiently computing statistics on floating point numbers from the command line. This contains both a command line binary and a rust library with incremental statistics objects. Currently only summary statistics (min, mean, variance), percentiles, and mode are supported.
See the rust documentation for the library api, or the cli help for usage.
DerefCopy
trait vs Borrow + Copy