Expand description
Common abstractions used in Texlang
Structs§
- File
Read Error - Error when reading a file.
- InMemory
File System - In-memory filesystem for use in unit tests.
- Mock
Terminal In - A mock version of
TerminalIn. - Real
File System - Implementation of the file system trait the uses the real file system.
Traits§
- File
System - File system operations that TeX may need to perform.
- HasFile
System - Implementations of this trait can provide access to the file system.
- HasLogging
- Implementations of this trait can provide access to an output terminal and a log file.
- HasTerminal
In - Implementations of this trait can provide access to an input terminal.
- Terminal
In - Input operations from the terminal.