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

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

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)