yarn_spool
yarn_spool is a runtime for Yarn Spinner scripts, written in Rust.
Note that this library does not provide tools for parsing Yarn scripts, or compiling them down to bytecode - the official compiler can be used for this.
Installation
yarn_spool = { git = "https://github.com/17cupsofcoffee/yarn_spool" }
Usage
See examples/cli.rs
for a full annotated example.
License
Licensed under the MIT license.