jxoesneon-tectonic-geturl

Crates.iojxoesneon-tectonic-geturl
lib.rsjxoesneon-tectonic-geturl
version0.17.3
created_at2026-01-04 21:47:34.188671+00
updated_at2026-01-12 09:00:48.360125+00
descriptionInternal crate for the Tectonic project: tectonic_geturl
homepagehttps://tectonic-typesetting.github.io/
repositoryhttps://github.com/tectonic-typesetting/tectonic/
max_upload_size
id2022542
size57,819
(jxoesneon)

documentation

https://docs.rs/tectonic_geturl

README

The tectonic_geturl crate

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

The tectonic_geturl create

This crate is part of the Tectonic project. It provides an interface for fetching URLs using one of several HTTP backends.

Cargo features

This crate provides the following Cargo features:

  • curl: use the curl crate as a backend for performing URL gets.
  • reqwest (enabled by default): use the reqwest crate as a backend for performing URL gets.

There is always a "null" backend available, which will always return errors. If more than one backend is enabled, their prioritization is:

  • reqwest (most preferred)
  • curl
  • null (least preferred)
Commit count: 4078

cargo fmt