rust-sum-queue

Rust queue struct that keeps a fixed number of items by time, not capacity, and allows to get summarized stats of its content

LGPL-3.0 License

Downloads
2K
Stars
4
Committers
2
rust-sum-queue - 1.0.0 Latest Release

Published by mrsarm over 3 years ago

  • [Breaking change] Replace seconds u64 arguments with Duration type arguments (#4)
  • [Bug] Fix precision used to compute age (#2)

Crate → https://crates.io/crates/sum-queue/1.0.0

rust-sum-queue - 0.2.0

Published by mrsarm over 3 years ago

  • Implementation of the Iter iterator.
    • SumQueue has its own iterator.
    • It allows to hide the internal struct QueueElement.
  • Improvements in docs.

Crate → https://crates.io/crates/sum-queue/0.2.0

rust-sum-queue - 0.1.0

Published by mrsarm over 4 years ago

Package Rankings
Top 37.45% on Crates.io