downsample 0.0.6

keep downsampled history of data over long period of time
Documentation
[package]
name = "downsample"
version = "0.0.6"
authors = ["Marcel Märtens <marcel.cochem@googlemail.com>"]
edition = "2024"
rust-version = "1.90"
license = "Apache-2.0 OR MIT"
homepage = "https://gitlab.com/xMAC94x/downsample"
repository = "https://gitlab.com/xMAC94x/downsample"
readme = "README.md"
documentation = "https://docs.rs/downsample"
description = "keep downsampled history of data over long period of time"
categories = ["algorithms", "compression", "data-structures", "no-std"]
keywords = ["no_std", "storage", "data-structures", "memory", "metrics"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[features]
default = ["reducers"]
reducers = []

[dependencies]

[dev-dependencies]
criterion = { version = "0.8.2", default-features = false }
rand = "0.10.1"

[[bench]]
name = "mod"
harness = false
required-features = ["reducers"]