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