Files
simconnect-sdk-rs/examples/README.md
Mihai Dinculescu 307b83ea95 Improve the examples
2022-10-12 23:27:19 +01:00

440 B

SimConnect SDK Examples

Checkout the repository

git clone git@github.com:mihai-dinculescu/simconnect-sdk.git
cd simconnect-sdk

Receiving data

cargo run --bin basic

Using tracing

RUST_LOG=info cargo run --bin basic_with_tracing

Receiving data without the derive macro

cargo run --bin basic_without_macro

Multiple objects

cargo run --bin multiple_objects