rsadsb_common
Common library data structures and functions for adsb_deku
applications.
Run cargo doc
in this directory to generate documentation.
Usage
let mut adsb_airplanes = new;
if let Ok = from_bytes
no_std
support
Add the following to your Cargo.toml
file to enable no_std
code only:
default-features = false
features = ["alloc"]