MAVLink Message Definitions
===========================
There are several locations for MAVLink XML definitions with different purposes:
- [`standard`](./standard) — standard MAVLink dialects. These dialects enabled by `dlct-*` feature flags.
- [`test`](./standard) — MAVLink dialects for test purposes. These dialects enabled by `test-dialects` feature flag.
- [`extra`](./standard) — extra dialects. These dialects enabled by `test-dialects` feature flag. You can put your own
message definitions here and patch this crate to generate additional dialects for upstream crates.