simple-calc 0.1.9

A (not so) simple CLI calculator made in Rust.
simple-calc-0.1.9 is not a library.

simple-calc Crates.io Downloads License

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

âš™ī¸ Usage

Just run simple-calc, easy as that. Note: it does not have CLI arguments.

đŸ“Ĩ Installation

Enter this command:

cargo install simple-calc

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 MIT License.