tex_engine

Crates.iotex_engine
lib.rstex_engine
version0.0.1
sourcesrc
created_at2023-07-22 08:43:37.494612
updated_at2023-07-22 08:43:37.494612
descriptionA modular crate for building TeX engines
homepage
repositoryhttps://github.com/Jazzpirate/RusTeX/tree/main/tex_engine
max_upload_size
id923105
size314,186
Dennis Müller (Jazzpirate)

documentation

README

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.

Commit count: 0

cargo fmt