[dependencies.embedded-graphics]
optional = true
version = "0.7"
[dev-dependencies.assert_matches]
version = "1.5.0"
[features]
hist = ["embedded-graphics"]
[package]
authors = ["Riccardo Casatta <riccardo@casatta.it>"]
categories = ["embedded", "no-std", "data-structures"]
description = "A no_std append only ring buffer, when full new element replace oldest one"
documentation = "https://docs.rs/e-ring"
edition = "2018"
keywords = ["ring", "buffer", "embedded", "no_std", "const-generics"]
license = "MIT"
name = "e-ring"
repository = "https://github.com/RCasatta/e-ring"
version = "0.3.0"