[][src]Module fountain::data

Datatypes for storing Fountain documents. If you'd like these types to derive Serialize and Deserialize using serde, please set your dependency on fountain to use the use_serde feature: fountain = { version = <target version>, features = ["use_serde"] }

Structs

Document

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

TitlePage

Defines a document's title page. TitlePage 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