equation-solver 0.1.1

A simple equation solver that evaluates simple mathemetaical expressions
Documentation
  • Coverage
  • 100%
    61 out of 61 items documented0 out of 25 items with examples
  • Size
  • Source code size: 24.28 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 4.11 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • NiteBlock

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 and see a small range of ways that you can use this libarary.