Function twee_parser::parse_archive

source ·
pub fn parse_archive(source: &str) -> Result<Vec<(Story, Vec<Warning>)>, Error>
Expand description

Parses a Twine archive, a list of <tw-storydata> tags, into a list of Storys.