fasteval2 2.1.1

Fast evaluation of algebraic expressions
Documentation
[dependencies]

[features]
alpha-keywords = []
default = ["alpha-keywords"]
nightly = []
unsafe-vars = []

[package]
authors = ["Pasha Podolsky <ppodolsky@me.com>", "Christopher Sebastian <christopher@likebike.com>"]
categories = ["mathematics", "science", "parser-implementations"]
description = "Fast evaluation of algebraic expressions"
documentation = "https://docs.rs/fasteval2/"
edition = "2021"
keywords = ["evaluate", "math", "algebra", "calculate", "expression"]
license = "MIT"
name = "fasteval2"
readme = "README.md"
repository = "https://github.com/izihawa/fasteval2"
version = "2.1.1"

[profile.bench]
debug = true
lto = true