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.
pub fn extract_with_mark(
file_name: &str,
start_line: &Regex,
) -> Result<Vec<ParentAndChild>>Reads lines from a file and extracts them into ParentAndChild objects.