Generating Voronoi diagrams in rust Steps cargo build To print help: cargo run -- --help To run single thread data set 1: cargo run -- set1 To run multhithread data set 1: cargo run -- set1 -m For some reason writing the image on disk takes a lot of time