stream_histogram 0.1.1

a rust library for efficient histogram approximations
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies.linked-list]
version = "0.0.3"

[dependencies.rand]
version = "0.5"

[package]
authors = ["mike zhang <zhangmingkai19892013@gmail.com>"]
description = "a rust library for efficient histogram approximations"
edition = "2018"
keywords = ["histogram", "quantile", "cumulative", "distribution", "variance"]
license = "MIT"
name = "stream_histogram"
readme = "README.md"
repository = "https://github.com/zhangmingkai4315/histogram"
version = "0.1.1"