twyne 0.2.0

A Rust library for parsing Twine story/game export files (JSON format)
Documentation
1
2
3
4
5
// use twyne;

fn main() {
    // TBD
}