| Crates.io | jxoesneon-tectonic-geturl |
| lib.rs | jxoesneon-tectonic-geturl |
| version | 0.17.3 |
| created_at | 2026-01-04 21:47:34.188671+00 |
| updated_at | 2026-01-12 09:00:48.360125+00 |
| description | Internal crate for the Tectonic project: tectonic_geturl |
| homepage | https://tectonic-typesetting.github.io/ |
| repository | https://github.com/tectonic-typesetting/tectonic/ |
| max_upload_size | |
| id | 2022542 |
| size | 57,819 |
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.
tectonic_geturl createThis crate is part of the Tectonic project. It provides an interface for fetching URLs using one of several HTTP backends.
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)curlnull (least preferred)