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 PCSensor temper with Rust and C bindings
## Dependencies
* libclang-dev
* libusb-1.0-0-dev
## Howto ## Howto
### Dev Run ### Dev Run
``` ```
cargo r cargo run
``` ```
### Build ### Build
```bash ```bash
cargo b -r cargo build --release
``` ```