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
//! # 🔒 Asynchronous transport implementations

mod file;
#[cfg(any(windows, unix))]
mod serial;
#[cfg(unix)]
mod sock;
mod tcp;
mod udp;