6 releases
| 0.17.3 | Jan 12, 2026 |
|---|---|
| 0.17.2 | Jan 12, 2026 |
| 0.16.1 | Jan 5, 2026 |
#8 in #jxoesneon
Used in 2 crates
38KB
515 lines
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)curlnull(least preferred)
Dependencies
~4–23MB
~307K SLoC