Cargo Features
[dependencies]
rsadsb_common = { version = "0.7.0", default-features = false, features = ["std", "alloc", "serde"] }
- default = std
-
The
std
feature is set by default wheneverrsadsb_common
is added without
somewhere in the dependency tree.default-features = false - std default = alloc
-
Enables std of adsb_deku and tracing
Affects
rsadsb_common::AirplaneState.last_time
,rsadsb_common::AirplaneCoor.last_time
… - alloc std = tracing
- serde
-
Enables serde and serde_with, serde of adsb_deku
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.