moving_stats 0.2.1

Fixed size queue, which calculate moving median when you add new value(O(n)).
Documentation
[dependencies]

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Fixed size queue, which calculate moving median when you add new value(O(n))."
edition = "2024"
license = "MIT"
license-file = "LICENSE"
name = "moving_stats"
readme = "README.md"
repository = "https://github.com/lamrongol/moving_stats"
version = "0.2.1"