timeout-trait 0.5.0

Traits used to wait and timeout.
Documentation
[dependencies.embedded-hal]
version = "1"

[dependencies.fugit]
version = "0.3"

[features]
std = []

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

[package]
authors = ["Jalon Wong <jalonwong@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Traits used to wait and timeout."
documentation = "https://docs.rs/timeout-trait"
edition = "2024"
keywords = ["embedded", "no-std"]
license = "MIT OR Apache-2.0"
name = "timeout-trait"
readme = "README.md"
repository = "https://github.com/mcu-rust/timeout-trait"
version = "0.5.0"

[package.metadata.docs.rs]
features = ["std"]