Function ledger_rs_lib::parse_text

source ·
pub fn parse_text(text: &str, journal: &mut Journal)
Expand description

Parses text containing Ledger-style journal. text: &str A Ledger-style journal. The same content that is normally stored in text files journal: &mut Journal The result are stored in the given Journal instance.