[][src]Module tectonic::io::stack

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.