tectonic/crates/xetex_format
Rune Tynan 8f70fb0168
Remove structopt from dev-dependencies
2024-03-05 16:22:27 -08:00
..
examples Remove structopt from dev-dependencies 2024-03-05 16:22:27 -08:00
src Normalize quotes in comments 2024-02-13 18:24:45 -08:00
CHANGELOG.md xetex_format: add a new introspection crate 2021-12-07 11:50:56 -05:00
Cargo.toml Remove structopt from dev-dependencies 2024-03-05 16:22:27 -08:00
README.md xetex_format: add a new introspection crate 2021-12-07 11:50:56 -05:00

README.md

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.