[dependencies.fxhash]
optional = true
version = "0.2"
[features]
default = []
fxhash = ["dep:fxhash"]
[package]
authors = ["taka8 <taka87874k4@gmail.com>"]
categories = ["parsing", "mathematics"]
description = "A lightweight Rust crate for parsing and evaluating mathematical expressions from strings."
documentation = "https://docs.rs/lieval"
edition = "2021"
keywords = ["expression", "math", "evaluator", "parsing"]
license = "MIT"
name = "lieval"
readme = "README.md"
repository = "https://github.com/taka8t/lieval"
version = "0.2.4"