Expand description

A crate to parse dialog lines from a simple markdown inspired format.

Structs

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.

A single dialog line consisting of actions to be advanced when the line is displayed, and the text itself.

Defines a full sequential dialog as a sequence of dialog blocks.

Traits

A change to define an how actions are applied.

A trait to parse dialog sequences into, identified by a name.

A parameter to define an action of the dialog.