This is command-line calculator built with Rust. This calculator can perform basic arithmetic operations like addition, subtraction, multiplication, division and modulus.
- Accepts user input from the command line
- Supports basic arithmetic: +, -, *, /
- Error handling for invalid inputs and division by zero
Ensure Rust is installed on your system. If not, install from rustup.rs
git clone https://github.com/Jolah1/rust_calculator.gitcd rust_calculatorcargo runPull requests are welcome! For major changes, please open an issue first to discuss what you would like to change. Thank you.