watermill 0.1.2

Blazingly fast, generic, and serializable online statistics.
Documentation
[dependencies.num]
version = "0.4"

[dependencies.ordered-float]
features = ["serde"]
version = "3.9"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

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

[package]
authors = ["Adil Zouitine <adilzouitinegm@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Blazingly fast, generic, and serializable online statistics."
edition = "2021"
exclude = [".github", ".pre-commit-config.yaml"]
keywords = ["statistics", "stream"]
license = "MIT"
name = "watermill"
readme = "README.md"
repository = "https://github.com/online-ml/watermill.rs"
version = "0.1.2"

[profile.dev]
opt-level = 0

[profile.release]
opt-level = 3