8f70fb0168 | ||
---|---|---|
.. | ||
examples | ||
src | ||
CHANGELOG.md | ||
Cargo.toml | ||
README.md |
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.