Crates.io | tex_engine |
lib.rs | tex_engine |
version | 0.0.1 |
source | src |
created_at | 2023-07-22 08:43:37.494612 |
updated_at | 2023-07-22 08:43:37.494612 |
description | A modular crate for building TeX engines |
homepage | |
repository | https://github.com/Jazzpirate/RusTeX/tree/main/tex_engine |
max_upload_size | |
id | 923105 |
size | 314,186 |
Work In Progress
An implementation of a generic TeX engine, the core of the TeX typesetting system. This crate largely follows an object-oriented design for modularity and adaptability, with functionality largely implemented in generic traits. This lets the compiler optimize the code for the specific types used, while still allowing for easy customization.