extract_with_mark

Function extract_with_mark 

Source
pub fn extract_with_mark(
    file_name: &str,
    start_line: &Regex,
) -> Result<Vec<ParentAndChild>>
Expand description

Reads lines from a file and extracts them into ParentAndChild objects.