carousel 0.1.0

Time-driven page cycler: decide which screen to show now from a declarative config, an external trigger, and a millisecond clock.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "carousel"
version = "0.1.0"
edition = "2021"
rust-version = "1.74"
description = "Time-driven page cycler: decide which screen to show now from a declarative config, an external trigger, and a millisecond clock."
license = "MIT OR Apache-2.0"
repository = "https://github.com/NamesMark/carousel"
documentation = "https://docs.rs/carousel"
readme = "README.md"
keywords = ["embedded", "no_std", "display", "scheduler", "oled"]
categories = ["embedded", "no-std"]

[dependencies]

[lints.clippy]
pedantic = { level = "warn", priority = -1 }
unwrap_used = "deny"