forex-split 0.1.0

Split a receipt in one currency into categories for bookkeeping in another currency.
Documentation
1
2
3
4
5
use forex_split::run;

fn main() {
    run();
}