xkikeg / okane

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

Change repl type to be a reference of loaded String #136

Closed xkikeg closed 4 months ago

xkikeg commented 4 months ago

Given repl is short-lived object either for Display or parsed results, there's little value to use owned String.