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.
yarn_spool = { git = "https://github.com/17cupsofcoffee/yarn_spool" }
See examples/cli.rs
for a full annotated example.
Licensed under the MIT license.