Cargo Features

[dependencies]
rsadsb_common = { version = "0.6.3", default-features = false, features = ["std", "alloc", "serde"] }
default = std

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

std default = alloc

Enables std of adsb_deku and tracing

Affects rsadsb_common::AirplaneState.last_time, rsadsb_common::AirplaneCoor.last_time

alloc std = tracing

Enables alloc of adsb_deku

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.

tracing alloc? std