| Crates.io | luadec-rust |
| lib.rs | luadec-rust |
| version | 0.2.5 |
| created_at | 2025-08-04 07:06:12.971197+00 |
| updated_at | 2025-09-04 03:44:32.885506+00 |
| description | Safe Rust bindings for LuaDec - A Lua 5.1 bytecode decompiler |
| homepage | https://github.com/ItsLucas/luadec-rust |
| repository | https://github.com/ItsLucas/luadec-rust |
| max_upload_size | |
| id | 1780407 |
| size | 72,547 |
Safe Rust bindings for LuaDec, a Lua 5.1 bytecode decompiler.
This crate provides a safe, high-level API for decompiling Lua 5.1 bytecode. It wraps the unsafe FFI bindings to LuaDec in a memory-safe interface.
lua-5.1-32: Build with 32-bit Lua 5.1 support (useful for compatibility with older or 32-bit Lua bytecode)This crate provides a safe interface to LuaDec by wrapping the unsafe FFI calls in memory-safe abstractions. All public APIs are designed to prevent undefined behavior and memory safety issues.
This project follows the same license as the original LuaDec project. Lua itself is licensed under the MIT license.