rust-mavlink
rust-mavlink copied to clipboard
MAVLink library for Rust.
The `Read`implementation for `UdpRead` needs buffering, as the user may (and will) provide a buffer smaller than the datagram when parsing the MAVLink messages, which causes data loss. This was...
This could make it easier to know what exactly is the error when using the bindgen it propagates results using `?` until it reaches the main function then prints it...
Hey! Is there a reason the latest release 0.13.0 is not released on crates.io yet? I would love to use the code generation! https://crates.io/crates/mavlink/versions
Markdown links to examples were forgetting to add the filename extension. This leads to a 404 not found error when clicking on the hyperlink. By adding the file extension, the...
FYI We're modifying the MAVLink XSD validation file in https://github.com/ArduPilot/pymavlink/pull/920 to allow a bitmask value to be declared using the Python exponentiation operator. This makes it easier to immediately visualize...
Updates the requirements on [bitflags](https://github.com/bitflags/bitflags) to permit the latest version. Release notes Sourced from bitflags's releases. 2.4.2 What's Changed Cargo.toml: Anchor excludes to root of the package by @jamessan in...
Updates the requirements on [embedded-hal](https://github.com/rust-embedded/embedded-hal) to permit the latest version. Release notes Sourced from embedded-hal's releases. v1.0.0 Check out the announcement blog post and the migration guide. Changes since v1.0.0-rc.3:...
Updates the requirements on [quick-xml](https://github.com/tafia/quick-xml) to permit the latest version. Release notes Sourced from quick-xml's releases. Support serve >=1.0.181, various serde fixes and async writer What's Changed MSRV bumped to...