mavlink 0.4.1

Parses the MAVLink data interchange format for UAVs.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# rust-mavlink

Add to your Cargo.toml:

```
mavlink = "0.4"
```

See [src/bin/mavlink-dump.rs](src/bin/mavlink-dump.rs) for a usage example.

## License

MIT or Apache-2.0, at your option.