mavlink

Crates.iomavlink
lib.rsmavlink
version0.10.12
created_at2016-02-24 04:44:56.964127+00
updated_at2025-08-09 12:32:01.085721+00
descriptionImplements the MAVLink data interchange format for UAVs.
homepage
repositoryhttps://github.com/mavlink/rust-mavlink
max_upload_size
id4263
size1,258,836
(rust-mavlink-builder)

documentation

README

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

Commit count: 423

cargo fmt