10 lines
178 B
Markdown
10 lines
178 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
|
|
```
|