maviola 0.3.0

High-level MAVLink communication library with support for essential micro-services.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
//! # Generic markers
//!
//! These markers are used to distinguish different versions of generic entities.

mod node;

pub use node::{
    Edge, HasComponentId, HasConnConf, HasSystemId, MaybeComponentId, MaybeConnConf, MaybeSystemId,
    NodeKind, Proxy,
};

#[doc(inline)]
pub use crate::protocol::Unset;