2024-02-11 14:43:30 +00:00
|
|
|
# elua
|
2024-02-11 14:46:19 +00:00
|
|
|
The `elua` crate provides high-level bindings to [Lua 5.4](https://www.lua.org/manual/5.4/manual.html).
|
|
|
|
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.
|
2024-02-11 14:43:30 +00:00
|
|
|
|
|
|
|
## 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!
|