maviola 0.3.0

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

mod connection;

pub use connection::AsyncConnConf;