xprs 0.1.0

Xprs is a flexible and extensible mathematical expression parser and evaluator for Rust, designed for simplicity and ease of use.
Documentation
1
2
3
4
5
6
7
/* Modules */
mod factorial;
mod issues;
mod macros;
mod parser;
mod thread_safety;
mod xprs;