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

The Rhai Book

  • repo
  • site
  • description: Rhai is an embedded scripting language and evaluation engine for Rust that gives a safe and easy way to add scripting to any application.

book.toml

[book]
title = "Rhai - Embedded Scripting for Rust"
authors = ["Jonathan Turner", "Stephen Chung"]
description = "Tutorial and reference on the Rhai scripting engine and language."
language = "en"

[output.html]
no-section-label = true
additional-css = ["theme/rhai.min.css"]
site-url = "/book/"
git-repository-url = "https://github.com/rhaiscript/rhai"
edit-url-template = "https://github.com/rhaiscript/book/edit/master/{path}"
smart-punctuation = true

[output.html.fold]
enable = true
level = 4

[output.html.playground]
runnable = false

[outputX.linkcheck]
optional = true
follow-web-links = false
traverse-parent-directories = false
warning-policy = "ignore"

[preprocessor.tera]
command = "mdbook-tera"

[preprocessor.admonish]
command = "mdbook-admonish"
on_failure = "bail"
assets_version = "3.0.2"    # do not edit: managed by `mdbook-admonish install`