An open API service indexing awesome lists of open source software.

https://github.com/17cupsofcoffee/yarn_spool

A runtime for Yarn Spinner scripts, written in Rust.
https://github.com/17cupsofcoffee/yarn_spool

Last synced: about 1 year ago
JSON representation

A runtime for Yarn Spinner scripts, written in Rust.

Awesome Lists containing this project

README

          

# yarn_spool

_**⚠️ Deprecated:** There is now a [semi-official Yarn Spinner implementation in Rust](https://github.com/YarnSpinnerTool/YarnSpinner-Rust), which is much more feature-complete than this crate!_

yarn_spool is a runtime for [Yarn Spinner](https://yarnspinner.dev) 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](https://github.com/YarnSpinnerTool/YarnSpinner-Console)
can be used for this.

## Installation

```toml
yarn_spool = { git = "https://github.com/17cupsofcoffee/yarn_spool" }
```

## Usage

See [`examples/cli.rs`](examples/cli.rs) for a full annotated example.

## License

Licensed under the [MIT license](LICENSE).