running_buffer 0.1.1

data types for keeping track of changing values, allowing analysis in trends and histories.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "running_buffer"
version = "0.1.1"
authors = ["Aida van de Wetering <aida@osphire.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "data types for keeping track of changing values, allowing analysis in trends and histories."
homepage = "https://codeberg.org/aidavdw/running_buffer.rs"
readme = "README.md"
keywords = [
    "history",
    "container",
    "non-allocated",
    "transient",
    "convergence",
]
categories = [
    "data-structures",
    "mathematics",
    "no-std",
]
license = "MIT"
repository = "https://codeberg.org/aidavdw/running_buffer.rs"

[features]
default = []
serde = ["dep:serde"]

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

[dependencies.circular-buffer]
version = "1.1.0"
default-features = false

[dependencies.serde]
version = ">=1.0.0"
features = ["derive"]
optional = true
default-features = false