pub fn parse_archive(source: &str) -> Result<Vec<(Story, Vec<Warning>)>, Error>
Parses a Twine archive, a list of <tw-storydata> tags, into a list of Storys.