41Mo / rust-mavlink

MAVLink library for Rust.

Home Page:https://mavlink.github.io/rust-mavlink/mavlink/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rust-mavlink

Build status Crate info Documentation

Rust implementation of the MAVLink UAV messaging protocol, with bindings for all message sets.

Add to your Cargo.toml:

mavlink = "0.10.1"

Examples

See src/bin/mavlink-dump.rs for a usage example.

It's also possible to install the working example via cargo command line:

cargo install mavlink

Community projects

Check some projects built by the community:

License

Licensed under either of

About

MAVLink library for Rust.

https://mavlink.github.io/rust-mavlink/mavlink/

License:Apache License 2.0


Languages

Language:Rust 100.0%