streamhist 0.0.1-alpha.3

Implementation of streaming histogram
Documentation
[dependencies.serde_crate]
default-features = false
features = ["std", "derive"]
optional = true
package = "serde"
version = "1.0.103"
[dev-dependencies.approx]
version = "0.4.0"

[dev-dependencies.rand]
version = "0.8.0"

[dev-dependencies.rand_distr]
version = "0.4.0"

[dev-dependencies.rand_isaac]
version = "0.3.0"

[dev-dependencies.serde_json]
version = "1.0.59"

[features]
default = []
serde = ["serde_crate"]

[package]
authors = ["Nikolay Novik <nickolainovik@gmail.com>"]
categories = ["algorithms", "data-structures"]
description = "Implementation of streaming histogram"
edition = "2018"
exclude = [".github", ".gitignore"]
homepage = "https://github.com/jettify/streamhist"
keywords = ["collections", "data-structures", "probabilistic"]
license = "Apache-2.0"
name = "streamhist"
readme = "README.md"
repository = "https://github.com/jettify/streamhist.git"
version = "0.0.1-alpha.3"
[profile.bench]
debug = true

[profile.release]
debug = true