maviola 0.3.0

High-level MAVLink communication library with support for essential micro-services.
Documentation
1
2
3
4
5
6
7
8
//! # 🔒 Synchronous transport implementations

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