[][src]Module fountain::data

Datatypes for storing Fountain documents.

Structs

Document

A Document is the entire screenplay, both metadata and its actual contents (stored as Lines).

Metadata

Defines a document's metadata. Metadata should appear at the start of a screenplay and look like this:

Enums

Line

A Line represents a line of a screenplay, as defined in the Fountain spec