pub fn parse_ledger(input: &str) -> Result<Vec<LedgerEntry>, ParseLedgerError>
Expand description

Parses the whole ledger file.