datalink 0.2.0

Decode aviation datalink traffic from payloads, SDR, files, and Airframes.io
Documentation
1
2
3
4
5
6
7
8
9
//! Public datalink wire contract types.
//!
//! The binary publishes [`DecodedEvent`] values over JSONL and Redis. Consumers
//! should depend on these Rust types.

pub mod event;

pub use acars;
pub use event::*;