Define the desired API

This commit is contained in:
Mihai Dinculescu
2022-10-08 19:09:57 +01:00
parent 41ebdbd03d
commit 6d8fc61c0b
19 changed files with 642 additions and 300 deletions

View File

@@ -1,3 +1,9 @@
# SimConnect SDK in Rust
WIP
## Running the examples
```bash
git clone git@github.com:mihai-dinculescu/simconnect-sdk.git
cd simconnect-sdk
RUST_LOG=info cargo run --example basic
```