Expand description
A crate to parse dialog lines from a simple markdown inspired format.
Structs§
- Dialog
Block - A full dialog block consisting of the name of the talker, the lines of the dialog, and some final actions to be advanced when the whole text box is fully displayed.
- Dialog
Line - A single dialog line consisting of actions to be advanced when the line is displayed, and the text itself.
- Dialog
Sequence - Defines a full sequential dialog as a sequence of dialog blocks.
Enums§
- Parsing
Error - An error type returned when parsing a the dialog structure fails.
Traits§
- Dialog
Change - A change to define an how actions are applied.
- Dialog
Map - A trait to parse dialog sequences into, identified by a name.
- Dialog
Parameter - A parameter to define an action of the dialog.