Unsafe Rust bindings for the latest Lua version (5.4.4).
Lua is not a very backwards compatible friendly language[1][2].
The goal of this repository is to support the latest and only the latest version of the Lua language.
TODO
The bindings are generated with bindgen
using the following command.
sh
bindgen lua.hpp -o bindings.rs --no-layout-tests --size_t-is-usize --default-macro-constant-type signed