Rust case study for parallel computing, CLI arg parsing with clap and cargo project structure. Started from the example in the first chapter of Programming Rust, 2nd Edition.
cargo build --release
target/release/mandelbrot -h
Using criterion
cargo bench