mathlex 0.1.1

Mathematical expression parser for LaTeX and plain text notation, producing a language-agnostic AST
Documentation
1
2
3
4
5
6
7
fn main() {
    #[cfg(feature = "ffi")]
    {
        swift_bridge_build::parse_bridges(vec!["src/ffi.rs"])
            .write_all_concatenated("./generated", env!("CARGO_PKG_NAME"));
    }
}