jxoesneon-tectonic-engine_xetex

Crates.iojxoesneon-tectonic-engine_xetex
lib.rsjxoesneon-tectonic-engine_xetex
version0.17.3
created_at2026-01-05 00:52:16.66493+00
updated_at2026-01-12 09:01:15.166756+00
descriptionInternal crate for the Tectonic project: tectonic_engine_xetex
homepagehttps://tectonic-typesetting.github.io/
repositoryhttps://github.com/tectonic-typesetting/tectonic/
max_upload_size
id2022872
size1,824,907
(jxoesneon)

documentation

https://docs.rs/tectonic_engine_xetex

README

The tectonic_engine_xetex crate

[!NOTE] This crate is part of the FerroTeX project, a specialized fork of Tectonic. It is published to crates.io as jxoesneon-tectonic-engine_xetex.

This crate is part of the Tectonic project. It provides the XeTeX engine as a reusable crate.

Cargo features

This crate provides the following Cargo features:

  • external-harfbuzz: activates the same-named feature in the tectonic_bridge_harfbuzz dependency.

Updating the generated headers

This crate exposes Rust functions to C/C++ code using a header file created by cbindgen. To update the header, run:

cbindgen --output xetex/xetex_bindings.h

It also uses definitions generated by the tectonic_xetex_format introspection crate. To update that header, run:

cargo run -p tectonic_xetex_format --example emit >xetex/xetex_format.h

Note that this crate defines the format serial number that it implements (in tectonic_engine_xetex::FORMAT_SERIAL) separately from the maximum serial number supported by the introspection crate (in tectonic_xetex_format::LATEST_VERSION).

Commit count: 4078

cargo fmt