[][src]Module tectonic_io_base::stack

An "I/O stack" is an I/O provider that delegates requests to a series of sub-providers in turn.

Structs

IoStack

An IoStack is an IoProvider that delegates to an ordered list of subordinate IoProviders. It also checks the order in which files are read and written to detect "circular" access patterns that indicate whether we need to run multiple passes of the TeX engine.