# rust-mavlink
Rust implementation of the [MAVLink](http://qgroundcontrol.org/mavlink/start) UAV messaging protocol,
with bindings for the [common message set](http://mavlink.org/messages/common).
Add to your Cargo.toml:
```
mavlink = "0.4"
```
See [src/bin/mavlink-dump.rs](src/bin/mavlink-dump.rs) for a usage example.
## License
Licensed under either of
* Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)
* MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)
at your option.