RCLua
RCLua (rclua) is the name given to the combination of Rust, C, and Lua (official).
RCLua allows you to run Lua code from Rust. A key feature is that it wraps Lua official source code in a C program and calls it from Rust. This should make it easier to change Lua versions.
This is still in beta version, so we are not accepting pull requests at this time. if you have any feedback or requests, please contact me.
Build
Linux (Ubuntu)
# Release build
# Debug
# zsh ./build.sh debug
# Package
# zsh ./build.sh package
# Cleanup
# zsh ./build.sh clean
How to use
# Release build
[]
= "app"
= "0.0.1"
= "2021"
[]
= { = "../rclua", = "0.0.1"}
use ;
Lua
