Crates.io | mavlink |
lib.rs | mavlink |
version | |
source | src |
created_at | 2016-02-24 04:44:56.964127 |
updated_at | 2025-02-12 20:14:39.688646 |
description | Implements the MAVLink data interchange format for UAVs. |
homepage | |
repository | https://github.com/mavlink/rust-mavlink |
max_upload_size | |
id | 4263 |
Cargo.toml error: | TOML parse error at line 25, column 1 | 25 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
Rust implementation of the MAVLink UAV messaging protocol, with bindings for all message sets.
Add to your Cargo.toml:
mavlink = "0.10.1"
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
Check some projects built by the community:
Licensed under either of