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
- Host: GitHub
- URL: https://github.com/mlua-rs/lua-src-rs
- Owner: mlua-rs
- License: other
- Created: 2020-01-20T22:36:14.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2024-07-25T10:17:01.000Z (over 1 year ago)
- Last Synced: 2025-02-02T08:32:18.722Z (about 1 year ago)
- Language: C
- Homepage:
- Size: 754 KB
- Stars: 18
- Watchers: 4
- Forks: 22
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)