| Crates.io | unlatex-cli |
| lib.rs | unlatex-cli |
| version | 0.1.0 |
| created_at | 2023-02-02 15:40:32.418978+00 |
| updated_at | 2023-02-02 15:40:32.418978+00 |
| description | Rust bindings to unified-latex |
| homepage | |
| repository | https://github.com/alongwy/unlatex |
| max_upload_size | |
| id | 774871 |
| size | 8,082 |
UnLaTex is a library for parsing and formatting LaTeX.
let formatted = unlatex::format("E = mc^2").unwrap();
let ast = unlatex::parse("E = mc^2").unwrap();