1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
Repay ===== CLI for calculating repayments Example ------- cargo install repay repay <<HERE a 150 b 300 c 100 c a HERE c owes b 100.00 a owes b 50.00 Links ----- * [Crate](https://crates.io/crates/repay) * [Documentation](https://docs.rs/repay)