//! Multiwii Serial Protocol (MSP) traffic decoder and structures
//!
//! Incomplete. Includes some structures from Cleanflight and Betaflight.
extern crate alloc;
extern crate packed_struct;
extern crate packed_struct_codegen;
extern crate serde_derive;
extern crate serde;
pub use *;
pub use *;