9 unstable releases (3 breaking)
0.4.1 | Oct 4, 2022 |
---|---|
0.4.0 | Oct 3, 2022 |
0.3.0 | Apr 26, 2022 |
0.2.0 | Feb 28, 2022 |
0.1.3 | Jun 17, 2021 |
#535 in Text processing
441 downloads per month
Used in 11 crates
(via tectonic)
5MB
127K
SLoC
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 thetectonic_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
).
Dependencies
~4–8.5MB
~158K SLoC