High-level bindings to Lua for Rust
.vscode | ||
.woodpecker | ||
elua-derive | ||
src | ||
.gitignore | ||
Cargo.lock | ||
Cargo.toml | ||
LICENSE | ||
README.md | ||
util.lua |
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 has been archived since mlua exists, is safer, and has more features. This was a fun library to write though, I learned a lot about ffi and unsafe code.