mirror of
https://github.com/ivabus/feval
synced 2024-12-04 20:55:06 +03:00
Update README
This commit is contained in:
parent
941f9c4254
commit
d0a71244b2
3 changed files with 8 additions and 2 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -10,7 +10,7 @@ checksum = "aacfb566035f8cd02f6ec9247c242f3f9904a0b288ea383abcf4e95df6436a34"
|
|||
|
||||
[[package]]
|
||||
name = "feval"
|
||||
version = "0.1.1"
|
||||
version = "0.1.2"
|
||||
dependencies = [
|
||||
"evalexpr",
|
||||
]
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue