Crate yarnspinner

Source
Expand description

§Yarn Spinner for Rust

The friendly dialogue creation tool for Rust.

This crate provides a compiler and runtime that can be used standalone, but will most likely be used by a crate providing the functionality to a game engine. For example, Bevy engine support is given by the bevy_yarnspinner crate.

Re-exports§

pub use log;

Modules§

compiler
Types and traits used by the compiler, in particular the Compiler struct.
core
Core types and traits that are used by both the compiler and runtime.
prelude
Everything you need to get started using Yarn Spinner.
runtime
Types and traits used by the runtime, in particular the Dialogue struct.