tex_engine

Crates.iotex_engine
lib.rstex_engine
version0.1.2
created_at2023-07-22 08:43:37.494612+00
updated_at2025-06-04 08:29:50.725658+00
descriptionA modular crate for building TeX engines
homepage
repositoryhttps://github.com/FlexiFormal/RusTeX/tree/main/tex_engine
max_upload_size
id923105
size1,116,635
Dennis Müller (Jazzpirate)

documentation

README

This crate provides the necessary data structures and algorithms for processing TeX documents fully. Since there are many different TeX engines (e.g. pdfTeX, XeTeX, LuaTeX, etc.), this crate largely follows an object-oriented design for modularity and adaptability, with functionality largely implemented in generic traits. Ideally, this lets the compiler optimize the code for the specific types used, while still allowing for easy customization.

Currently requires nightly branch due to a compiler error in the stable branch.

See documentation for details

Commit count: 468

cargo fmt