| Crates.io | unlatex |
| lib.rs | unlatex |
| version | 0.1.0 |
| created_at | 2023-02-02 15:35:19.225644+00 |
| updated_at | 2023-02-02 15:35:19.225644+00 |
| description | Rust bindings to unified-latex |
| homepage | |
| repository | https://github.com/alongwy/unlatex |
| max_upload_size | |
| id | 774866 |
| size | 659,915 |
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();