SeanOMik
8aec55c2d6
Userdata methdos were always returning BadArgument errors with mismatching argument counts. Table::has_key was returning true even when the key didn't exist |
||
---|---|---|
.vscode | ||
.woodpecker | ||
src | ||
.gitignore | ||
Cargo.lock | ||
Cargo.toml | ||
LICENSE | ||
README.md | ||
util.lua |
README.md
elua
The elua
crate provides high-level bindings to Lua 5.4.
Although most of the crate is safe, there can be some unsafe aspects. In those cases, they are
clearly marked that they are in documentation.
State
This library is still early in development. Although it provides bindings to most things needed for embedding Lua into your Rust application, there has not been enough testing done to show that it is stable. There also may be things missing, if so, please create an issue!