Recent Releases of https://github.com/aggrathon/rustcalculator
https://github.com/aggrathon/rustcalculator - 1.2.0: Premature Optimisation
The Rust version has been updated to 2018 and the program is slightly faster due to the switch from string copies to string slices (&str).
Additionally, the calculator now supports some aggregator functions (sum, mean, prod).
The attached binary is for Linux (x86-64).
- Rust
Published by Aggrathon almost 6 years ago
https://github.com/aggrathon/rustcalculator - 1.1.0: Variables and Expressions
This release adds support for multiple expressions and variables in a single query.
- Rust
Published by Aggrathon about 8 years ago
https://github.com/aggrathon/rustcalculator - 1.0.0: First Release
The first official release of the calculator. All basic functionality is implemented and working.
Currently only Linux binaries (above):
- Rust
Published by Aggrathon about 8 years ago