Compare commits
No commits in common. "master" and "rust_ffi" have entirely different histories.
10
README.md
10
README.md
@ -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
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user