postfix calc cli This is a cli that evaluates a postfix expression. Prerequisites Install rust and cargo. How to run In the root directory, run cargo run followed by operators and operands. Example: cargo run 1 3 + 2 / 6 x