https://github.com/mlua-rs/pluto-src-rs
Source code and logic to build Pluto (Lua 5.4 dialect) for Rust
https://github.com/mlua-rs/pluto-src-rs
Last synced: about 1 month ago
JSON representation
Source code and logic to build Pluto (Lua 5.4 dialect) for Rust
- Host: GitHub
- URL: https://github.com/mlua-rs/pluto-src-rs
- Owner: mlua-rs
- License: mit
- Created: 2025-02-16T11:39:51.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-14T09:24:23.000Z (about 1 year ago)
- Last Synced: 2025-09-28T20:29:38.926Z (6 months ago)
- Language: C++
- Size: 820 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pluto-src
[![Build Status]][github-actions]
[Build Status]: https://github.com/mlua-rs/pluto-src-rs/workflows/CI/badge.svg
[github-actions]: https://github.com/mlua-rs/pluto-src-rs/actions
This crate contains the sources of [Pluto] (Lua 5.4 dialect) and logic to build it.
Intended to be consumed by the [mlua-sys] crate.
[Pluto]: https://github.com/PlutoLang/Pluto
[mlua-sys]: https://crates.io/crates/mlua-sys
# License
This project is licensed under [MIT license](http://opensource.org/licenses/MIT)