jxoesneon-tectonic-cfg_support

Crates.iojxoesneon-tectonic-cfg_support
lib.rsjxoesneon-tectonic-cfg_support
version0.17.3
created_at2026-01-04 20:34:27.764553+00
updated_at2026-01-12 09:00:19.492614+00
descriptionInternal crate for the Tectonic project: tectonic_cfg_support
homepagehttps://tectonic-typesetting.github.io/
repositoryhttps://github.com/tectonic-typesetting/tectonic/
max_upload_size
id2022435
size18,527
(jxoesneon)

documentation

https://docs.rs/tectonic

README

The tectonic_cfg_support crate

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

This crate helps build.rs files deal with CARGO_CFG_TARGET_* variables. When cross-compiling, these variables must be used instead of constructs such as cfg!(target_arch = ...) because the build.rs script is compiled to target the build host environment, not the true target environment. This crate is part of the Tectonic project.

Commit count: 4078

cargo fmt