muni-corn / silverfox

The double-entry plain-text accounting tool designed with budgeting in mind
GNU General Public License v3.0
6 stars 0 forks source link

`AmountPool` uses `Vec<Amount>` instead of `HashMap<Option<String, f64>>` #21

Open muni-corn opened 3 years ago

muni-corn commented 3 years ago

AmountPool probably doesn't need to internally use Amounts. It's basically just a glorified HashMap anyways.