| Crates.io | razin_calculator_cli |
| lib.rs | razin_calculator_cli |
| version | 0.1.0 |
| created_at | 2025-10-27 14:05:01.142084+00 |
| updated_at | 2025-10-27 14:05:01.142084+00 |
| description | A simple command-line calculator built in Rust |
| homepage | |
| repository | https://github.com/RazinShafayet2007/calculator_cli |
| max_upload_size | |
| id | 1902974 |
| size | 5,687 |
A simple command-line calculator built in Rust.
It supports basic arithmetic operations (+, -, *, /) and parentheses for operator precedence.
+ - * /()Clone the repo:
git clone https://github.com/yourusername/calculator_cli.git
cd calculator_cli