REvers Polist notation (RPN) Calc.
let src = String::from("1 2 + 3 * "); let a = rpn_calc::eval(src).unwrap();