polymath-rs

Crates.iopolymath-rs
lib.rspolymath-rs
version0.1.2
sourcesrc
created_at2023-12-17 16:10:29.533044
updated_at2023-12-21 14:05:17.74011
descriptionAsciiMath parser
homepage
repositoryhttps://github.com/reenigneEsrever92/polymath-rs
max_upload_size
id1072595
size107,351
Felix Marezki (reenigneEsrever92)

documentation

README

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"));
}
Commit count: 62

cargo fmt