ring_buffer_max 0.1.0

Keep track of the max value of ring buffer in linear time.
Documentation
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "ring_buffer_max"
version = "0.1.0"
edition = "2021"
license = "MIT"
description = "Keep track of the max value of ring buffer in linear time."
readme = "README.md"
homepage = "https://github.com/elisedemarie/max_ring_buffer"
repository = "https://github.com/elisedemarie/max_ring_buffer"
keywords = ["max", "ring", "buffer", "queue", "circular"]
categories = ["data-structures", "algorithms"]