11 lines
224 B
Markdown
11 lines
224 B
Markdown
# SimConnect SDK in Rust
|
|
|
|
## Running the examples
|
|
|
|
```bash
|
|
git clone git@github.com:mihai-dinculescu/simconnect-sdk.git
|
|
cd simconnect-sdk
|
|
RUST_LOG=info cargo run --bin basic
|
|
RUST_LOG=info cargo run --bin basic_no_macros
|
|
```
|