Crate texlang_common
source ·Expand description
Common abstractions used in Texlang
Structs
- In-memory filesystem for use in unit tests.
- A mock version of
TerminalIn
. - Implementation of the file system trait the uses the real file system.
Traits
- File system operations that TeX may need to perform.
- Implementations of this trait can provide access to the file system.
- Implementations of this trait can provide access to an output terminal and a log file.
- Implementations of this trait can provide access to an input terminal.
- Input operations from the terminal.