Test MAVLink Dialects
======================
These dialects are kept for test purposes. These dialects are enabled by `test-dialects` feature flag.
> ⚠️ We strongly recommend to avoid using dialects from this location for production. If you want to create your own
> custom dialects, put them into [`message_definitions/extra`](../../message_definitions/extra)
Developer Notes
---------------
Only dialects marked with the `test` 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.