Crate tectonic_bundles
source ·Expand description
Implementations of Tectonic bundle formats.
A Tectonic “bundle” is a collection of TeX support files. In code, bundles
implement the Bundle
trait defined here, although most of the action in
a bundle will be in its implementation of tectonic_io_base::IoProvider
.
This crate provides the following bundle implementations:
cache::CachingBundle
for access to remote bundles with local filesystem caching.dir::DirBundle
turns a directory full of files into a bundle; it is useful for testing and lightweight usage.zip::ZipBundle
for a ZIP-format bundle.
Modules
- Local caching of bundle data.
- A module for the directory bundle
DirBundle
. - The web-friendly “indexed tar” bundle backend.
- ZIP files as Tectonic bundles.
Traits
- A trait for bundles of Tectonic support files.
Functions
- Open the fallback bundle.
- Get the URL of the default bundle.