4 releases (2 breaking)

0.3.1 May 18, 2023
0.3.0 Apr 26, 2022
0.2.0 Oct 11, 2021
0.1.0 Jun 15, 2021

#771 in Network programming

Download history 179/week @ 2023-11-27 151/week @ 2023-12-04 123/week @ 2023-12-11 124/week @ 2023-12-18 94/week @ 2023-12-25 91/week @ 2024-01-01 138/week @ 2024-01-08 112/week @ 2024-01-15 114/week @ 2024-01-22 183/week @ 2024-01-29 170/week @ 2024-02-05 208/week @ 2024-02-12 232/week @ 2024-02-19 238/week @ 2024-02-26 211/week @ 2024-03-04 161/week @ 2024-03-11

865 downloads per month
Used in 17 crates (via tectonic)

MIT license

140KB
2K SLoC

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

Dependencies

~5–24MB
~331K SLoC