Compare commits

...

1 Commits

Author SHA1 Message Date
11579d465f updated README.md 2024-12-01 09:42:03 +01:00

View File

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