Add rust testing

This commit is contained in:
Wilfried OLLIVIER 2019-07-07 21:23:59 +02:00
parent 388130ca6d
commit 08f42369f1
2 changed files with 10 additions and 0 deletions

9
src/dev/rust/testing.md Normal file
View file

@ -0,0 +1,9 @@
# Testing
## `Cargo test` and `println!`
To see stdout when using cargo run (kudos CobaltVelvet)
```shell
cargo run -- --nocapture
```