[][src]Crate inkling

Partial implementation of the Ink markup language for game dialogue.

Ink is a creation of Inkle. For more information about the language, see their website.

Modules

error

Errors from creating or walking through stories.

Structs

Choice

Choice presented to the user.

Line

Single line of text in a story, ready to display.

Story

Story with knots, diverts, choices and possibly lots of text.

Enums

InklingError

Internal error from walking through a story.

Prompt

Result from following a Story.

Functions

copy_lines_into_string

Read all text from lines in a buffer into a single string and return it.

read_story_from_string

Read a Story by parsing an input string.

Type Definitions

LineBuffer

Convenience type to indicate when a buffer of Line objects is being manipulated.