Compare commits

..

No commits in common. "master" and "rust_ffi" have entirely different histories.

View File

@ -5,23 +5,19 @@
PCSensor temper with Rust and C bindings
## Dependencies
* libclang-dev
* libusb-1.0-0-dev
## Howto
### Dev Run
```
cargo r
cargo run
```
### Build
```bash
cargo b -r
cargo build --release
```