Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ispringle/calc_it
A calculator in Rust
https://github.com/ispringle/calc_it
Last synced: 9 days ago
JSON representation
A calculator in Rust
- Host: GitHub
- URL: https://github.com/ispringle/calc_it
- Owner: ispringle
- License: gpl-3.0
- Created: 2019-11-09T15:21:52.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-11-14T12:10:16.000Z (about 5 years ago)
- Last Synced: 2024-12-09T03:06:22.485Z (15 days ago)
- Language: Rust
- Size: 30.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![](https://github.com/learning2rust/calc_it/workflows/Builds/badge.svg)
![](https://github.com/learning2rust/calc_it/workflows/Lints/badge.svg)# calc_it
A calculator in Rust## Usage
`./calc_it [FLAGS] `### Flags
- `v`/`verbose`### Supported operators
- Additioan `+`
- Subtraction `-`
- Multiplication `x`
- Division `/`
- Modulo `%`