tectonic_engine_xetex

Crates.iotectonic_engine_xetex
lib.rstectonic_engine_xetex
version0.4.4
sourcesrc
created_at2021-06-04 00:51:06.125914
updated_at2024-02-05 01:42:59.493284
descriptionThe [XeTeX](http://xetex.sourceforge.net/) engine as a reusable crate.
homepagehttps://tectonic-typesetting.github.io/
repositoryhttps://github.com/tectonic-typesetting/tectonic/
max_upload_size
id405947
size1,805,197
Mark (rm-dr)

documentation

https://docs.rs/tectonic_engine_xetex

README

The tectonic_engine_xetex crate

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: 3625

cargo fmt