parabuild 0.2.1

A parallel build utility for template heavy projects.
Documentation
1
2
3
4
```bash
cargo run --release -- -h
cargo run --release -- tests/example_project src/main.cpp.template build/main --data '[{"N": 10}, {"N": 20}]'
```