Extra MAVLink Dialects
======================
You can add your own dialects into this directory. These dialects are enabled by `extra-dialects` feature flag.
At the moment, we provide only a simple [`ExampleMAVSpecDialect`](ExampleMAVSpecDialect.xml) dialect. It is not
necessary for correct functioning.
Note, that only dialects marked with the `extra` tag in [`.dialects-metadata.yml`](.dialects-metadata.yml) will be
correctly filtered by [MAVSpec](https://crates.io/crates/mavspec) and
[MAVLink dialects](https://crates.io/crates/mavlink-dialects). Dialects without such tag will be filtered out.