mathengine-parser 0.1.0

Robust parser for mathematical expressions with unit support using Pratt parsing
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "mathengine-lexer"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "33db458d883cf2e46b4b4b78e6f88c5e2d5336702acd59156fcd82c267a32676"

[[package]]
name = "mathengine-parser"
version = "0.1.0"
dependencies = [
 "mathengine-lexer",
 "mathengine-units",
]

[[package]]
name = "mathengine-units"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3afc5766ea437585592305a60be82b5492c6048d2be7f6dda91b3aa1e7daa927"