Cargo Features

[dependencies]
dmx-rdm = { version = "0.0.12-alpha", default-features = false, features = ["std", "defmt"] }
default = std

The std feature is set by default whenever dmx-rdm is added without default-features = false somewhere in the dependency tree.

std default

Enables std of binary-layout

binary-layout:

TODO Once we're rust 1.60+ only, we should write "dep:thiserror" instead of "thiserror"

defmt

Enables defmt

DMX-RDM has 3 features without comments.