xkikeg / okane

Plain text accounting software supporting ledger-cli format using Rust
MIT License
4 stars 0 forks source link

Change parse_ledger to return an iterator instead of Vec #134

Closed xkikeg closed 4 months ago

xkikeg commented 4 months ago

This repl::LedgerEntry should be short-lived item and could be reduced to be iterator.