[][src]Module tectonic::io::cached_itarbundle

Structs

CachedITarBundle

Bundle provided by an indexed tar file over http with a local cache.

HttpRangeReader

A simple way to read chunks out of a big seekable byte stream. You could implement this for io::File pretty trivially but that's not currently needed.