Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Installation

Add yggr to your Cargo.toml:

[dependencies]
yggr = "0.1"

Or, for the engine without the runtime:

[dependencies]
yggr-core = "0.1"

Requirements

  • Rust 1.85+ (edition 2024)
  • protoc installed (used by prost-build to compile the wire format)

On Debian/Ubuntu:

sudo apt install protobuf-compiler

On macOS:

brew install protobuf