feat: display module for chunithm
Also make the progress bar all shiny
This commit is contained in:
@ -150,4 +150,8 @@ impl PathStr for PathBuf {
|
||||
fn stringify(&self) -> Result<String> {
|
||||
path_to_str(&self)
|
||||
}
|
||||
}
|
||||
|
||||
pub fn bool_to_01(val: bool) -> &'static str {
|
||||
return if val { "1" } else { "0" }
|
||||
}
|
Reference in New Issue
Block a user