Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 568 Bytes

File metadata and controls

23 lines (15 loc) · 568 Bytes

🧮 razin_calculator_cli

A simple and lightweight command-line calculator built in Rust 🦀.
It supports basic arithmetic operations (+, -, *, /) and parentheses for operator precedence.


✨ Features

✅ Evaluate mathematical expressions
✅ Supports parentheses () for grouping
✅ Handles floating-point numbers
✅ Works in interactive mode or via CLI arguments
✅ Fast, clean, and dependency-light


🚀 Installation

You can install it directly from crates.io:

cargo install razin_calculator_cli