Crates.io | polymath-rs |
lib.rs | polymath-rs |
version | 0.1.2 |
source | src |
created_at | 2023-12-17 16:10:29.533044 |
updated_at | 2023-12-21 14:05:17.74011 |
description | AsciiMath parser |
homepage | |
repository | https://github.com/reenigneEsrever92/polymath-rs |
max_upload_size | |
id | 1072595 |
size | 107,351 |
cargo add polymath-rs
fn main() {
println!("{}", polymath_rs::to_math_ml("sum_(i=1)^n i^3=((n(n+1))/2)^2"));
}