twyne 0.2.0

A Rust library for parsing Twine story/game export files (JSON format)
Documentation
1
2
3
4
5
pub use self::parser::*;
pub use self::schema::*;

pub mod parser;
pub mod schema;