A powerful expression evaluation crate for Rust.
Go to file
2019-03-18 19:51:20 +02:00
src Add proper documentation 2019-03-18 19:51:20 +02:00
.gitignore ignore .idea 2018-01-17 07:59:43 +08:00
Cargo.toml Fixed warnings and removed unused dependencies. 2019-03-15 17:21:34 +02:00
LICENSE init repository. 2016-11-17 00:12:26 +08:00
README.md Add proper documentation 2019-03-18 19:51:20 +02:00
rustfmt.toml Complete rewrite of crate. Simple tokenizer and treeifyer (Or however the compiler people call these.). 2019-03-15 17:14:27 +02:00

evalexpr

docs

Evalexpr is a powerful arithmetic and boolean expression evaluator.

Documentation