mavlink / rust-mavlink

MAVLink library for Rust.
https://mavlink.github.io/rust-mavlink/mavlink/
Apache License 2.0
158 stars 79 forks source link

print bindgen cli error #237

Closed BKSalman closed 5 months ago

BKSalman commented 7 months ago

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 and exits the process with either ExitCode::FAILURE or ExitCode::SUCCESS

any comments on the PR are welcome