kalc-cli-0.1.0 is not a library.
kalc - quick basic math kalculator in cli
cargo install kalc
Usage
Basic operations:
kalc 2 + 3 * 4
Using parentheses:
kalc 5 + 3 / 2
Help and options:
kalc --help
Build from source
git clone https://github.com/yourusername/kalc
cd kalc
cargo build --release