https://github.com/mlua-rs/luau-src-rs
Source code and logic to build Roblox Luau for Rust
https://github.com/mlua-rs/luau-src-rs
Last synced: 11 months ago
JSON representation
Source code and logic to build Roblox Luau for Rust
- Host: GitHub
- URL: https://github.com/mlua-rs/luau-src-rs
- Owner: mlua-rs
- License: other
- Created: 2022-02-23T11:53:59.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-11-03T13:03:24.000Z (over 1 year ago)
- Last Synced: 2024-11-03T14:18:16.052Z (over 1 year ago)
- Language: C++
- Size: 1.51 MB
- Stars: 8
- Watchers: 4
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# luau-src
[![Build Status]][github-actions]
[Build Status]: https://github.com/khvzak/luau-src-rs/workflows/CI/badge.svg
[github-actions]: https://github.com/khvzak/luau-src-rs/actions
This crate contains the sources of [Luau] and logic to build them.
Intended to be consumed by the [mlua-sys] crate.
[Luau]: https://github.com/luau-lang/luau
[mlua-sys]: https://crates.io/crates/mlua-sys
# License
This project is licensed under [MIT license](http://opensource.org/licenses/MIT)