Update readme
ci/woodpecker/manual/debug Pipeline failed Details

This commit is contained in:
SeanOMik 2024-02-11 09:46:19 -05:00
parent c7a86c04ab
commit 6e787af0f0
Signed by: SeanOMik
GPG Key ID: FEC9E2FC15235964
1 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
# elua # elua
The `elua` crate is meant to provide high-level bindings to [Lua 5.4](https://www.lua.org/manual/5.4/manual.html). 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. Anytime something Although most of the crate is safe, there can be some unsafe aspects. In those cases, they are
could be unsafe, they are marked as so clearly in documentation. clearly marked that they are in documentation.
## State ## State
This library is still early in development. Although it provides bindings to most things needed This library is still early in development. Although it provides bindings to most things needed