Rust 对统一 LaTeX 的绑定
由 NotCraft 提供。 所有者 Feng Yunlong.
#109 in #latex
665KB 772 行
UnLaTex 是一个用于解析和格式化 LaTeX 的库。
let formatted = unlatex::format("E = mc^2").unwrap(); let ast = unlatex::parse("E = mc^2").unwrap();
~6MB ~171K SLoC