Struct tectonic_io_base::filesystem::FilesystemPrimaryInputIo[][src]

pub struct FilesystemPrimaryInputIo { /* fields omitted */ }
Expand description

FilesystemPrimaryInputIo is an I/O provider that provides the TeX “primary input” file off of the filesystem. This can pretty much be achieved with Filesystem I/O, but we need the “primary input” formalism to decently support processing if stdin, and by doing things this way we can handle paths on Unix systems that can’t be converted to UTF-8.

TODO: it might be technically superior to open the path immediately and keep that handle open, rewinding as needed, but for now we’re not doing that.

Implementations

Create a new I/O provider providing the Tectonic “primary input” from the specified path.

Trait Implementations

Formats the value using the given formatter. Read more

Open the “primary” input file, which in the context of TeX is the main input that it’s given. When the build is being done using the filesystem and the input is a file on the filesystem, this function isn’t necesssarily that important, but those conditions don’t always hold. Read more

Open the primary input and return filesystem path information. Read more

Open the named file for output.

Open the standard output stream.

Open the named file for input.

Open the named file for input and return filesystem path information. Read more

Open a format file with the specified name. Format files have a specialized entry point because IOProviders may wish to handle them specially: namely, to munge the filename to one that includes the current version of the Tectonic engine, since the format contents depend sensitively on the engine internals. Read more

Save an a format dump in some way that this provider may be able to recover in the future. This awkward interface is needed for to write formats with their special munged file names. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Represent this value as an IoProvider trait object.

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

Should always be Self

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.