Skip to main content

format_progress

Function format_progress 

Source
pub fn format_progress(current: usize, total: usize) -> String
Expand description

Format progress percentage

§Arguments

  • current - Current progress value
  • total - Total value

§Returns

Formatted percentage string