| Crates.io | luadec-sys |
| lib.rs | luadec-sys |
| version | 0.2.5 |
| created_at | 2025-08-04 07:02:57.616951+00 |
| updated_at | 2025-09-04 03:43:43.72619+00 |
| description | Raw FFI bindings for LuaDec - A Lua 5.1 bytecode decompiler |
| homepage | |
| repository | https://github.com/ItsLucas/luadec-rust |
| max_upload_size | |
| id | 1780405 |
| size | 1,219,075 |
Raw FFI bindings for LuaDec, a Lua 5.1 bytecode decompiler.
This crate provides low-level unsafe bindings to the C library. For a safe, high-level API, use the luadec crate instead.
This crate is unsafe by design as it provides raw FFI bindings. All functions can cause undefined behavior if used incorrectly. Use the safe luadec wrapper crate instead.
This project follows the same license as the original LuaDec project. Lua itself is licensed under the MIT license.