Crate luadec_sys

Crate luadec_sys 

Source
Expand description

Raw FFI bindings for LuaDec

This crate provides low-level FFI bindings to the LuaDec C library. For a high-level safe API, use the luadec crate instead.

Structs§

luadec_result_t
Opaque structure representing the decompile result from C

Functions§

luadec_decompile_buffer
Decompile bytecode from a buffer
luadec_free_result
Free the result structure
luadec_get_error
Get the error string (NULL if no error)
luadec_get_result
Get the decompiled result string (NULL if error occurred)