mexe 0.0.3

Simple arithmetic expression evaluator
Documentation
[[bench]]
harness = false
name = "benchmarks"
[dev-dependencies.criterion]
version = "0.3"

[dev-dependencies.fasteval]
version = "0.2"

[dev-dependencies.float-cmp]
version = "0.9"

[dev-dependencies.meval]
version = "0.2"

[package]
authors = ["Y. D. Santos <yds12@protonmail.com>"]
categories = ["development-tools", "mathematics", "parsing", "parser-implementations"]
description = "Simple arithmetic expression evaluator"
documentation = "https://docs.rs/mexe/latest/"
edition = "2021"
homepage = "https://github.com/yds12/mexe"
keywords = ["arithmetic", "eval", "expression", "parse", "evaluator"]
license = "MIT"
name = "mexe"
readme = "README.md"
repository = "https://github.com/yds12/mexe"
resolver = "2"
version = "0.0.3"