Registry / other / hlua-badtouch

hlua-badtouch

JSON →
library0.4.2rscratesunverified

Badtouch specific fork of hlua, providing Lua scripting bindings for Rust.

# Cargo.toml [dependencies] hlua-badtouch = "0.4.2"
INSTALL
IMPORT
SIG · HLUA-BADTOUCH
H
hlua-badtouch
otherrustv0.4.2
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.

Lua
use hlua_badtouch::Lua;

Creates a Lua context and executes a simple script.

use hlua_badtouch::Lua; fn main() { let mut lua = Lua::new(); lua.execute("print('Hello from Lua!')").unwrap(); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.4.2latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Meta
1
Resources
hlua-badtouch — cargo add hlua-badtouch · libregistry