read_phase_rows

Function read_phase_rows 

Source
pub fn read_phase_rows(
    roadmap_contents: &str,
) -> Vec<(String, String, String, String)>
Expand description

Read phase rows from the roadmap milestone table.

Returns (phase, name, status, changes).