tectonic_bundles

Crates.iotectonic_bundles
lib.rstectonic_bundles
version0.3.1
sourcesrc
created_at2021-06-15 03:20:42.979156
updated_at2023-05-18 03:54:00.941945
descriptionTectonic "bundle" (support file collection) implementations.
homepagehttps://tectonic-typesetting.github.io/
repositoryhttps://github.com/tectonic-typesetting/tectonic/
max_upload_size
id410229
size54,338
Mark (rm-dr)

documentation

https://docs.rs/tectonic_bundles

README

The tectonic_bundles crate

This crate is part of the Tectonic project. It implements various Tectonic “bundles” that provide access to collections of TeX support files.

Cargo features

This crate provides the following Cargo features:

  • geturl-curl: use the curl crate to implement HTTP requests. In order for this to take effect, you must use --no-default-features because geturl-reqwest is a default feature and it takes precedence
  • geturl-reqwest: use the reqwest crate to implement HTTP requests (enabled by default)
  • native-tls-vendored: if using reqwest, activate the vendored option in the native-tls crate, causing OpenSSL to be vendored
Commit count: 3625

cargo fmt