Crates.io | tectonic_xetex_format |
lib.rs | tectonic_xetex_format |
version | 0.3.2 |
source | src |
created_at | 2022-02-28 16:03:02.521615 |
updated_at | 2024-02-05 01:38:54.84149 |
description | Tectonic/XeTeX engine data structures and their expression in TeX "format" files. |
homepage | https://tectonic-typesetting.github.io/ |
repository | https://github.com/tectonic-typesetting/tectonic/ |
max_upload_size | |
id | 541007 |
size | 203,987 |
tectonic_xetex_format
crateThis crate is part of the Tectonic project. It provides introspection of the internal data structures of the Tectonic/XeTeX engine and their serialization into "format files".
This crate has two main uses: you can use it to decode an existing format file and introspect the detailed setup that it encodes; or you can use it to emit a C header file defining magic constants in the engine implementation. The former usage isn't fully developed yet, but many of the key pieces have been implemented.
This crate currently provides no Cargo features.