pub fn records(input: &str) -> Result<Vec<Record<'_>>, Error>
Parses a string (GEDCOM file content) into a sequence of Records.
Record