tectonic_xetex_format

Crates.iotectonic_xetex_format
lib.rstectonic_xetex_format
version0.3.2
sourcesrc
created_at2022-02-28 16:03:02.521615
updated_at2024-02-05 01:38:54.84149
descriptionTectonic/XeTeX engine data structures and their expression in TeX "format" files.
homepagehttps://tectonic-typesetting.github.io/
repositoryhttps://github.com/tectonic-typesetting/tectonic/
max_upload_size
id541007
size203,987
Mark (rm-dr)

documentation

https://docs.rs/tectonic_xetex_format

README

The tectonic_xetex_format crate

This 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.

Cargo features

This crate currently provides no Cargo features.

Commit count: 3625

cargo fmt