parse_all

Function parse_all 

Source
pub fn parse_all(text: &str) -> Vec<ParsedRecord<'_>>
Expand description

顺序解析所有记录并返回 ParsedRecord 的 Vec。