tm1637-embedded-hal 0.4.0

A platform agnostic driver to interface with the TM1637 (7-segment LED display) using embedded-hal.
Documentation
[dependencies.defmt]
optional = true
version = "0.3.6"

[dependencies.duplicate]
version = "1.0.0"

[dependencies.embedded-hal]
optional = true
version = "1.0.0"

[dependencies.embedded-hal-async]
optional = true
version = "1.0.0"

[features]
async = ["dep:embedded-hal", "dep:embedded-hal-async"]
blocking = ["dep:embedded-hal"]
default = ["async", "impl-debug", "mappings"]
demo = ["mappings", "formatters"]
disable-checks = []
formatters = ["mappings"]
impl-debug = []
impl-defmt-format = ["dep:defmt"]
mappings = []

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

[package]
authors = ["Jad K. Haddad <jadkhaddad@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "A platform agnostic driver to interface with the TM1637 (7-segment LED display) using embedded-hal."
edition = "2021"
keywords = ["tm1637", "embedded-hal", "no-std", "embedded"]
license = "MIT OR Apache-2.0"
name = "tm1637-embedded-hal"
readme = "README.md"
repository = "https://github.com/JadKHaddad/tm1637"
version = "0.4.0"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]