# twyne [![][build-badge]][build] [![][crate-badge]][crate] [![][tag-badge]][tag] [![][docs-badge]][docs] [![][logo]][logo-large] *A Rust library for parsing Twine story/game export files (JSON format)* ## Supported Twine Story/Game Formats * [ ] HTML * [x] Harlowe 3 to JSON ## License Copyright © 2022, Oxur Group Apache License, Version 2.0 [//]: ---Named-Links--- [logo]: resources/images/logo-v1-small.jpg [logo-large]: resources/images/logo-v1.jpg [build]: https://github.com/oxur/twyne/actions/workflows/cicd.yml [build-badge]: https://github.com/oxur/twyne/actions/workflows/cicd.yml/badge.svg [crate]: https://crates.io/crates/twyne [crate-badge]: https://img.shields.io/crates/v/twyne.svg [docs]: https://docs.rs/twyne/ [docs-badge]: https://img.shields.io/badge/rust-documentation-blue.svg [tag-badge]: https://img.shields.io/github/tag/oxur/twyne.svg [tag]: https://github.com/oxur/twyne/tags