Skip to content

Commit

Permalink
doc: Correct the package description
Browse files Browse the repository at this point in the history
  • Loading branch information
Kerollmops committed Jan 6, 2017
1 parent 1b4558d commit 4d68671
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@ name = "ripin"
version = "0.1.0"
authors = ["Kerollmops <renault.cle@gmail.com>"]

description = "Tiny recursive descent expression parser, compiler, and evaluation engine for math expressions. A work in progress port of TinyExpr library to Rust."
description = """
A library that handle Reverse Polish notated expression, compiles,
and evaluate expressions.
"""
keywords = ["math", "expression", "RPN", "reverse", "polish"]
license = "MIT"
repository = "https://github.com/Kerollmops/ripin-rs"
Expand Down

0 comments on commit 4d68671

Please sign in to comment.