rust-mavlink
rust-mavlink copied to clipboard
print bindgen cli error
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