lieval 0.2.2

A lightweight Rust crate for parsing and evaluating mathematical expressions from strings.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[dependencies]

[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.2"