mavspec 0.6.7

A set of code generation utilities for MAVLink protocol.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
//! <sup>`⍚`</sup> Additional tools for MAVLink [microservices](https://mavlink.io/en/services/).
//!
//! This module provides a set of tools to work with MAVLink microservices.
//!
//! ## Mission
//!
//! Abstractions for [mission protocol](https://mavlink.io/en/services/mission.html) can be found in
//! [`mission`] module. You should enable the `msrv-utils-mission` feature flag to access this
//! functionality.

#[cfg(feature = "msrv-utils-mission")]
pub mod mission;