calc-rs

A command-line calculator written in Rust

Installation

Manual

Download the latest GitHub release and move the executable to a directory on you PATH environment variable.

Windows Installer

Download the installer from the latest GitHub release and run it. All necessary changes to your PATH will be made for you.

Building from source

Ensure you have the latest stable Rust version. For example, using rustup run rustup update stable. Then, simply run cargo run to run a debug version, or cargo run --release for a release version. Run cargo build or cargo build --release to generaten executable file without immediately running it.