rhythmic 0.1.0

Maintain consistent timing with configurable overrun behavior.
Documentation
[dependencies]

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

[lints.clippy]
cargo = "warn"
pedantic = "warn"

[package]
authors = ["Michael Kerscher <rust@kerscher-michael.de>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["date-and-time"]
description = "Maintain consistent timing with configurable overrun behavior."
edition = "2021"
keywords = ["interval", "periodic", "timer"]
license = "MIT OR Apache-2.0"
name = "rhythmic"
readme = "README.md"
repository = "https://github.com/mike1703/rhythmic"
version = "0.1.0"