fasteval 0.2.4

Fast evaluation of algebraic expressions
Documentation
[dependencies]

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

[package]
authors = ["Christopher Sebastian <christopher@likebike.com>"]
categories = ["mathematics", "science", "parser-implementations"]
description = "Fast evaluation of algebraic expressions"
documentation = "https://docs.rs/fasteval/"
edition = "2018"
keywords = ["evaluate", "math", "algebra", "calculate", "expression"]
license = "MIT"
name = "fasteval"
readme = "README.md"
repository = "https://github.com/likebike/fasteval"
version = "0.2.4"
[profile.bench]
debug = true
lto = true