Skip to main content

Crate zoi_lua

Crate zoi_lua 

Source
Expand description

Lua scripting and API integration for Zoi.

This crate provides the Lua engine and the core APIs exposed to Zoi package definitions (.pkg.lua) and plugins. It handles the execution of Lua scripts and provides a bridge between Lua and Zoi’s Rust core.

Modules§

api
Core Lua API implementations. Lua APIs for Zoi.
functions
High-level Lua environment setup and execution functions. High-level Lua environment setup and execution functions.
parser
Lua script parser and validator. Parser for Zoi package definitions (.pkg.lua).