Skip to main content

parse_batch

Function parse_batch 

Source
pub fn parse_batch(
    items: &[(&str, &str, i64)],
) -> Vec<Option<ParsedTransaction>>
Expand description

Batch drain for SMS backlogs: one call, compiled-once regexes, order kept.