Update readme
ci/woodpecker/manual/debug Pipeline failed
Details
ci/woodpecker/manual/debug Pipeline failed
Details
This commit is contained in:
parent
c7a86c04ab
commit
6e787af0f0
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue