Skip to main content

parse_note

Function parse_note 

Source
pub fn parse_note(body: &str) -> Vec<Record>
Expand description

Parse a whole note body, skipping lines that fail to parse.

A single malformed line — hand-edited, or written by a broken tool — must not render an entire commit’s history unreadable.