Expand description
A parser for the TGFF (Task Graphs For Free) format.
Structs§
- Arc
- An edge in a graph connecting two tasks.
- Column
- A column of a table.
- Content
- The content of a TGFF file.
- Deadline
- The deadline of a task.
- Error
- A parsing error.
- Graph
- A task graph.
- Table
- A data table.
- Task
- A node in a graph representing a task.
Functions§
- parse
- Parse a string containing a TGFF file.
Type Aliases§
- Result
- An outcome of parsing.