Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 758 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 758 Bytes

yarn_spool

⚠️ Deprecated: There is now a semi-official Yarn Spinner implementation in Rust, which is much more feature-complete than this crate!

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.