- 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]
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`