equation-solver 0.1.1

A simple equation solver that evaluates simple mathemetaical expressions
Documentation
1
2
3
4
5
6
# Equation Solver


> This is a simple rust libarary used to compile simple string equations into mathematically evaluatable equations.

## Examples

Head over to the [examples folder](https://github.com/NiteBlock/equation-solver/tree/master/examples) and see a small range of ways that you can use this libarary.