Expand description
Texlang variables API
The documentation website contains a tutorial specifically about Texlang’s variables API. See that documentation for an overview of the API. As usual, the documentation here is meant as reference.
Structs§
- Command
- A TeX variable command.
- Index
- Index of a variable within an array.
- Typed
Variable - A TeX variable of a specific Rust type
T.
Enums§
- Index
Resolver - Specification for how the index of an array variable is determined.
- Value
Ref - Immutable reference to the value of a variable.
- Variable
- TeX variable of any type.
Traits§
- Supported
Type - Trait satisfied by all Rust types that can be used as TeX variables.