Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 706 Bytes

README.md

File metadata and controls

28 lines (15 loc) · 706 Bytes

rust-math-cli-tool

A simple math CLI built with Rust

Commands

cargo run -- maths "5 * 4 + 3 / 2 - 1"

cargo run -- add <int> <int> (only handles two args)

cargo run -- subtract <int> <int> (only handles two args)

The CLI In Action

Screen.Recording.2022-08-18.at.9.36.57.PM.mov

Development

Make sure you have Rust installed

Clone the project git clone https://github.com/benzend/rust-math-cli-tool.git

Feel free to make any PRs to this project, whether it be enhancements in readability or performance, fixes, or new features entirely.

Testing

Run cargo test to run tests