Crate mavlink_bindgen

Crate mavlink_bindgen 

Source

Re-exports§

pub use crate::error::BindGenError;

Modules§

binder
error
parser

Structs§

GeneratedBinding
GeneratedBindings

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 into destination_dir.