dmx-rdm 0.0.13-alpha

Rust library for communicating DMX512 (ANSI E1.11) and DMX-RDM (ANSI E1.20) over a RS485 bus by using interchangeable drivers.
Documentation
[dependencies.binary-layout]
default-features = false
version = "~4.0.2"

[dependencies.defmt]
optional = true
version = "0.3"

[dependencies.heapless]
version = "0.8"

[dependencies.modular-bitfield]
version = "0.11"

[features]
default = ["std"]
defmt = ["dep:defmt"]
std = ["binary-layout/std"]

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

[package]
authors = ["TKFRvision <tkfrvision@gmx.de>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["embedded", "no-std", "no-std::no-alloc", "hardware-support"]
description = "Rust library for communicating DMX512 (ANSI E1.11) and DMX-RDM (ANSI E1.20) over a RS485 bus by using interchangeable drivers."
edition = "2021"
keywords = ["no-std", "no-alloc", "embedded", "defmt", "dmx512"]
license = "MIT OR Apache-2.0"
name = "dmx-rdm"
readme = "README.md"
repository = "https://github.com/TKFRvisionOfficial/dmx-rdm-rs"
version = "0.0.13-alpha"

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