Crates.io | calcrs |
lib.rs | calcrs |
version | 2.2.1 |
source | src |
created_at | 2022-05-28 13:15:17.724308 |
updated_at | 2022-06-22 20:03:52.251555 |
description | A command-line calculator with everything you need |
homepage | |
repository | https://github.com/Clay-6/calc-rs |
max_upload_size | |
id | 595715 |
size | 33,148 |
A command-line calculator written in Rust
Ensure you have rustup installed & the latest stable compiler through
rustup update stable
. Then, run
cargo install calcrs
Download the latest GitHub release and
move the executable to a directory on you PATH
environment variable. Currently only Windows
executables are available. (See Through Cargo or Building from Source
for other platforms)
Download the installer from the latest GitHub release
and run it. All necessary changes to your PATH
will be made for you.
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.