Registry / other / rlua

rlua

JSON →
library0.20.1rscratesunverified

High level bindings to Lua 5.x

other
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

use rlua::Lua;

Evaluates a Lua expression and prints the result.

use rlua::Lua; fn main() { let lua = Lua::new(); lua.context(|ctx| { let result: String = ctx.eval("return 'Hello from Lua'").unwrap(); println!("{}", result); }); }
Debug
Known footguns
gotchaRequires Lua 5.4 or 5.3; ensure the correct Lua library is installed.
Upgrade
Version history

Breaking-change detection hasn't run for this library yet.

Audit
Security & dependencies

CVE tracking and dependency tree are planned for a later release.

Agent activity
12 hits · last 30 days
gptbot
3
claudebot
3
ahrefsbot
1
Resources