simple-calc

A (not so) simple CLI calculator made in Rust.
âšī¸ Info
This calculator contains the four basic math operations, rounding, other stuff inside advanced mode.
Great if you need a reliable, light calculator to use with assignments or quick calculations.
â ī¸ (P.S. don't use this for solving something as hard as the Riemann Hypothesis.)
Note from creator
I don't think simple-calc is so simple anymore...
đĻ Dependencies
- clearscreen (4.0.6)
- colored (3.1.1)
- inquire (0.9.4)
âī¸ Usage
Just run simple-calc, easy as that.
Note: it does not have CLI arguments.
đĨ Installation
Enter this command:
Cargo will fetch crates and compile the binary. After that, it's ready for use! :D
đŦ Demo
đ§đĒđ Support
Windows:
It should work on Windows because it uses std::thread, std::time::Duration,
clearscreen, colored, and inquire, which is cross-platform. However it is not tested
because i use Gentoo Linux (btw).
Linux:
It definitely works there because that's where i made simple-calc in (i use Gentoo btw).
MacOS:
Untested, but it should compile and run smoothly since macOS shares standard UNIX runtime primitives with Linux.
đ License
Licensed under .