[badges.maintenance]
status = "actively-developed"
[dependencies.heapless]
version = "0.8.0"
[dev-dependencies]
[lib]
name = "no_std_moving_average"
path = "src/lib.rs"
[package]
authors = ["Phil Markgraf <philip.markgraf@kel.vin>", "Phil “Shaken” Markgraf <ShakenCodes@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["algorithms", "no-std", "no-std::no-alloc"]
description = "Moving average filter for use in nostd environments."
edition = "2024"
keywords = ["moving-average", "no-std"]
license = "MIT OR Apache-2.0"
name = "no-std-moving-average"
readme = "README.md"
repository = "https://github.com/Radiator-Labs/no-std-moving-average-rs"
version = "0.2.0"