Sequal32 / simconnect-rust

SimConnect bindings for rust.
MIT License
32 stars 13 forks source link

Debug struct #13

Closed BitsAndDroids closed 7 months ago

BitsAndDroids commented 8 months ago
BitsAndDroids commented 7 months ago

Hi @Sequal32, I've added a new example of how to handle sim connect inputs. Plus fixed the version in the README

Sequal32 commented 7 months ago

Thanks for this and it looks great! Before this can be merged just ensure your new example is linted with cargo clippy and formatted with cargo fmt.

BitsAndDroids commented 7 months ago

@Sequal32 I've run the format and clippy. To make myself and others remember in the future, I've added a PR template.

Sequal32 commented 7 months ago

Awesome looks great. Thanks!