Crate twee_v3

Crate twee_v3 

Source
Expand description

Parse the twee 3 interactive fiction format to simple structures.

.twee files can be generated with Twine. See twee-3-specification.md.

let twee = "your twine content";

if let Ok(story) = twee_v3::Story::try_from(twee) {
    println!("{:?}", story.title());
}

Modules§

iter

Structs§

Metadata
Passage
Story
Tag

Enums§

ContentNode