Update README

This commit is contained in:
Ivan Bushchik 2023-01-25 22:19:12 +03:00
parent 941f9c4254
commit d0a71244b2
No known key found for this signature in database
GPG key ID: 3E4E9C7D66E44BF7
3 changed files with 8 additions and 2 deletions

2
Cargo.lock generated
View file

@ -10,7 +10,7 @@ checksum = "aacfb566035f8cd02f6ec9247c242f3f9904a0b288ea383abcf4e95df6436a34"
[[package]]
name = "feval"
version = "0.1.1"
version = "0.1.2"
dependencies = [
"evalexpr",
]

View file

@ -1,6 +1,6 @@
[package]
name = "feval"
version = "0.1.1"
version = "0.1.2"
edition = "2021"
description = "clt for fast evaluations"
readme = "README.md"

View file

@ -4,6 +4,12 @@
Simple command line tool, that helps you to fastly evaluate expressions. Based on [evalexpr](https://crates.io/crates/evalexpr) crate.
## Installation
```sh
cargo install feval
```
## Operators
Supported binary operators: