Collatz conjecture crates.
- cargo llvm-cov - test coverage
- gnuplot - plotter for benchmarking
- upx - binary packer
$ cargo testcoverage overview
$ cargo llvm-cov testcoverage details
$ cargo llvm-cov test --openrun benchmark
$ cargo bench -- --verbose view graphs
$ open target/criterion/report/index.html$ make install