A simple math CLI built with Rust
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)
Screen.Recording.2022-08-18.at.9.36.57.PM.mov
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.
Run cargo test
to run tests