postfix
postfix
is a postfix math notation calculator. Postfix notation are
math expressions where the operators follow the operands. There is thus
no need for braces as the order of the operators enforce the order of
operations.
Example
extern crate postfix;
use PostfixCalculator;
let calculator = new;
println!;
// result: 6.0