Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/neo-ciber94/prexel-rs
A math expression evaluator
https://github.com/neo-ciber94/prexel-rs
math math-parser-library parser rust
Last synced: about 2 months ago
JSON representation
A math expression evaluator
- Host: GitHub
- URL: https://github.com/neo-ciber94/prexel-rs
- Owner: Neo-Ciber94
- License: mit
- Created: 2020-03-17T23:22:31.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-04-20T02:56:30.000Z (over 2 years ago)
- Last Synced: 2024-10-12T07:15:45.629Z (3 months ago)
- Topics: math, math-parser-library, parser, rust
- Language: Rust
- Homepage:
- Size: 880 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Prexel
An evaluator for math expressions.## Warning
This library is not stable and could have breaking changes in any time.## Usage
```toml
[dependencies]
prexel = "0.1.0"
```## TODO
- [x] Reexport some `num_traits` functions
- [ ] Docs
- [x] Function aliases