rux-script 0.5.1

Rux script tier: a rhai engine holding state, plus the host registry. Internal to Rux; the supported entry point is the ruxlang crate.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]

name = "rux-script"

edition.workspace = true

version.workspace = true

license.workspace = true

repository.workspace = true

description = "Rux script tier: a rhai engine holding state, plus the host registry. Internal to Rux; the supported entry point is the ruxlang crate."

keywords = ["ui", "scripting", "rhai"]

categories = ["gui"]



[dependencies]

rhai = "1.25.1"

rux-reactive.workspace = true

# rhai added via `cargo add`.