Use a simple progress bar instead of indicatif

This commit is contained in:
Edwin Cheng 2019-11-27 04:09:30 +08:00
parent 4d753fa6f5
commit 5b49ad5bd5
5 changed files with 138 additions and 37 deletions

View file

@ -3,6 +3,7 @@
mod analysis_stats;
mod analysis_bench;
mod help;
mod progress_bar;
use std::{error::Error, fmt::Write, io::Read};