Cargo Features

mini-rxtx has no features set by default.

[dependencies]
mini-rxtx = { version = "0.3.0", features = ["std", "print-defmt"] }
std = log, thiserror

Enables std of ssmarshal

Affects decoder::StdDecoder, mini-rxtx::serialize_msg_owned, mini-rxtx::deserialize_owned

print-defmt = defmt

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

log std?
thiserror std?
defmt print-defmt?