Let's make a merge sort algorithm in Rust! We're performing some benchmarks with Criterion!
(Provided you have rustup)
Once downloaded, navigate to the project on CMD and type:
cargo run
or
cargo build
cargo run
to see the benchmark
cargo bench