Re-exports§
pub use crate::error::BindGenError;
Modules§
Structs§
Enums§
- XmlDefinitions
- Specifies the source(s) of MAVLink XML definition files used for generating Rust MAVLink dialect bindings.
Functions§
- emit_
cargo_ build_ messages - Prints definitions for cargo that describe which files the generated code depends on, indicating when it has to be regenerated.
- format_
generated_ code - Formats generated code using
rustfmt
. - generate
- Generate Rust MAVLink dialect binding for dialects present in the given
xml_definitions
intodestination_dir
.