Registry / other / lua-src

lua-src

JSON →
library550.0.0rscratesunverified

Sources of Lua 5.1-5.5 and logic to build them.

# Cargo.toml [dependencies] lua-src = "550.0.0"
INSTALL
IMPORT
SIG · LUA-SRC
L
lua-src
otherrustv550.0.0
harness data pending
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.

Lua53
use lua_src::Lua53;

Builds and provides Lua 5.3 source for embedding.

use lua_src::Lua53; fn main() { let lua = Lua53::new(); println!("Lua 5.3 source built"); }
Debug
Known issues
gotchaRequires C compiler and build tools to compile Lua source.
fix
Install GCC or Clang and ensure build-essential packages are available.
affects: >=550.0.0
Upgrade
Version history
550.0.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
lua-src — cargo add lua-src · libregistry