This is the rust calculator which i made in educational targets.
Basic math operators
Re created project using cargo
All functions from main.rs moved into different modules
Int changed to float
Better structure
"Start" instead of 0 etc
Error handling
Added ability to read history
Some minor fixes
History fully completed
Some minor and design fixes
Refactoring
Some design fixes