7 releases

0.1.2 Dec 21, 2023
0.1.1 Dec 20, 2023
0.1.1-alpha.5 Dec 19, 2023
0.1.1-alpha.2 Dec 17, 2023

#1562 in Parser implementations

Download history 13/week @ 2024-09-23

55 downloads per month
Used in polymath-c

MIT license

96KB
2.5K SLoC

Quick Start

cargo add polymath-rs
fn main() {
    println!("{}", polymath_rs::to_math_ml("sum_(i=1)^n i^3=((n(n+1))/2)^2"));
}

Dependencies

~1MB
~14K SLoC