simple-calc 0.1.1

A simple, very overengineered calculator made in Rust.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# simple-calc
*A simple, very overengineered calculator made in Rust.*

This calculator is really simple, it just contains the four basic math operations, so don't expect too much of it.

Great if you need a quick calculator on the fly, otherwise don't use this.

# Dependencies
* colored (3.1.1)
* inquire (0.9.4)

# Usage
Just run `simple-calc`, easy as that.

# License
Licensed under MIT License.