rust-lua53 Build Status

Aims to be complete Rust bindings for Lua 5.3.

Requires gcc and a copy of Lua 5.3 to build. To get started:

export LUA_INCLUDE=/path/to/lua53/headers
./prebuild.sh
cargo build

License

Licensed under the MIT License, which is the same license Lua is distributed under. Refer to LICENSE.md for more information.