• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

.github/workflows/H03-May-2022-10197

lua-5.1.5/H03-May-2022-16,19611,878

lua-5.2.4/H03-May-2022-19,41413,826

lua-5.3.6/H03-May-2022-23,17015,819

lua-5.4.3/H03-May-2022-28,14518,592

src/H03-May-2022-223192

.cargo-checksum.jsonH A D03-May-202289 11

.cargo_vcs_info.jsonH A D01-Jan-197074 65

.gitignoreH A D29-Nov-197330 43

Cargo.tomlH A D01-Jan-1970864 2724

Cargo.toml.orig-cargoH A D29-Nov-1973460 2218

LICENSEH A D29-Nov-19732.1 KiB4434

README.mdH A D29-Nov-1973434 138

README.md

1# lua-src
2[![Build Status]][github-actions]
3
4[Build Status]: https://github.com/khvzak/lua-src-rs/workflows/CI/badge.svg
5[github-actions]: https://github.com/khvzak/lua-src-rs/actions
6
7This crate contains the sources of Lua 5.1/5.2/5.3/5.4 and logic to build them.
8Intended to be consumed by the [mlua](https://crates.io/crates/mlua) crate.
9
10# License
11
12This project is licensed under [MIT license](http://opensource.org/licenses/MIT)
13