Function parse_percent

Source
fn parse_percent(line: &str) -> Option<f32>
Expand description

Percent from a dl: progress line (“dl: 45.2%” → 0.452). None for any other line.