Expand description
Defines parser for the Ledger format. Currently only the parser for the entire file format is provieded as public.
Structs§
- Parse
Error - Parse
Options - Options to control parse behavior.
- Parsed
Context - Context information carrying the metadata of the entry.
- Parsed
Span - Range parsed with the given parser within the original input
&str.
Functions§
- parse_
ledger - Parses Ledger
strcontaining a list ofsyntax::LedgerEntryinto iterator. SeeParseOptionsto control its behavior.