forex-split 1.0.3

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();
}