Crates.io | equation-solver |
lib.rs | equation-solver |
version | 0.1.1 |
source | src |
created_at | 2022-09-18 09:02:57.304071 |
updated_at | 2022-09-19 15:52:49.191527 |
description | A simple equation solver that evaluates simple mathemetaical expressions |
homepage | |
repository | |
max_upload_size | |
id | 668545 |
size | 24,594 |
This is a simple rust libarary used to compile simple string equations into mathematically evaluatable equations.
Head over to the examples folder and see a small range of ways that you can use this libarary.