uni-plugin-rhai 2.2.2

Rhai-script loader for the uni-db plugin framework
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// Consolidated integration-test harness: all groups link into a single
// binary instead of one-binary-per-file, cutting link steps.
#![allow(dead_code, unused_imports)]

#[path = "it/host_services_e2e.rs"]
mod host_services_e2e;
#[path = "it/load_e2e.rs"]
mod load_e2e;
#[path = "it/resource_limits.rs"]
mod resource_limits;
#[path = "it/sandbox.rs"]
mod sandbox;
#[path = "it/vectorized.rs"]
mod vectorized;