{"id":68911,"library":"hlua","title":"HLua","description":"Zero-cost high-level wrapper for Lua, providing safe and ergonomic bindings.","status":"active","version":"0.4.3","language":"rust","source_language":null,"source_url":"https://github.com/tomaka/hlua","tags":["lua","wrapper","scripting","ffi"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\nhlua = \"0.4.3\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add hlua","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"Lua","correct":"use hlua::Lua;"}],"quickstart":{"code":"use hlua::Lua;\n\nfn main() {\n    let mut lua = Lua::new();\n    lua.execute(\"print('Hello from Lua!')\").unwrap();\n}","lang":"rust","description":"Creates a new Lua state and executes a simple script."},"warnings":[{"fix":"Consider migrating to `rlua` or `mlua` for continued support.","message":"Deprecated in favor of rlua or mlua; no longer actively maintained.","severity":"breaking","affected_versions":">=0.4.0"}],"env_vars":null,"search_vec":"'bind':15 'cost':4 'ergonom':14 'ffi':19 'high':6 'high-level':5 'hlua':1 'level':7 'lua':10,16 'provid':11 'safe':12 'script':18 'wrapper':8,17 'zero':3 'zero-cost':2","created_at":"2026-06-17T17:55:22.878942+00:00","updated_at":"2026-06-17T17:55:22.878942+00:00","problems":[],"ecosystem":"crates","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/tomaka/hlua","github":"https://github.com/tomaka/hlua","docs":"https://docs.rs/hlua/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["other"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}