An open API service indexing awesome lists of open source software.

https://github.com/mlua-rs/lua-src-rs

Source code and logic to build Lua 5.1/5.2/5.3/5.4 for Rust
https://github.com/mlua-rs/lua-src-rs

Last synced: 5 months ago
JSON representation

Source code and logic to build Lua 5.1/5.2/5.3/5.4 for Rust

Awesome Lists containing this project

README

          

# lua-src
[![Build Status]][github-actions]

[Build Status]: https://github.com/mlua-rs/lua-src-rs/workflows/CI/badge.svg
[github-actions]: https://github.com/mlua-rs/lua-src-rs/actions

This crate contains the sources of Lua 5.1/5.2/5.3/5.4 and logic to build them.
Intended to be consumed by the [mlua-sys] crate.

[mlua-sys]: https://crates.io/crates/mlua-sys

# License

This project is licensed under [MIT license](http://opensource.org/licenses/MIT)