Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 `%`