A toolbox to run multiples tests tasks in one.
bash
cargo install zuu
bash
cd project
zuu init
```yml
watch: false # Wath mode infinite loop wait: 60 # times in seconds hooks: continuous: false # Enable continuous testing check: true # Enabled check verify: true # Verfy the project structure cross: true # Enable cross compilation lint: true # Enable lint testing test: true # Running all tests format: true # Enable rust-fmt doc: true # Enable doc creation fetch: true # Enable cargo fetch
```
sh
.
├──src
│ └── lib.rs
├──specs
│ ├── continuous.yml
│ ├── cross.yml
│ └── README.md
├── Cargo.toml
├── LICENSE
├── zuu.yml
└── README.md
sh
zuu