We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 289f516 commit 89f39f3Copy full SHA for 89f39f3
README.md
@@ -1,4 +1,8 @@
1
# lua-src
2
+[![Build Status]][github-actions]
3
+
4
+[Build Status]: https://github.com/khvzak/lua-src-rs/workflows/CI/badge.svg
5
+[github-actions]: https://github.com/khvzak/lua-src-rs/actions
6
7
This crate contains the sources of Lua 5.1/5.2/5.3/5.4(rc3) and logic to build them.
8
Intended to be consumed by the [mlua](https://crates.io/crates/mlua) crate.
0 commit comments