rust-expression 0.3.0

Calculator and solver for linear equations.
Documentation
# Calculator Lib


[![Build and Test Status](https://github.com/msuesskraut/calc/workflows/Build%20and%20Test/badge.svg)](https://github.com/msuesskraut/calc/actions)
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
[![Crates.io](https://img.shields.io/crates/v/rust-expression.svg)](https://crates.io/crates/rust-expression)
[![Docs](https://docs.rs/rust-expression/badge.svg)](https://docs.rs/rust-expression)

See library at work as a webapp at: [https://msuesskraut.github.io/calc/index.html](https://msuesskraut.github.io/calc/index.html)

See also a command line version of calculator with a in `examples/repl.rs`.

## Releases


For releases see [rust-expression on crates.io](https://crates.io/crates/rust-expression).

## License


[MIT](LICENSE)