#lua #port #version

bin+lib lua-rs

Rust 编写的 Lua 端口

7 个版本

0.0.11 2020年6月28日
0.0.10 2019年4月11日
0.0.9 2018年11月21日
0.0.8 2018年7月27日
0.0.2 2015年2月23日

#397编程语言

MIT 许可证

615KB
16K SLoC

C 15K SLoC // 0.1% comments Rust 1K SLoC // 0.1% comments

lua-rs

Lua 端口,用 Rust 编写。

build status Crates.io

用法

将此内容添加到您的 Cargo.toml(crates.io)中

[dependencies]
lua-rs = "0.0.11"

或(git)

[dependencies]
lua-rs = { git = "https://gitlab.com/ahmedcharles/lua-rs" }

将此内容添加到您的 crate 根目录

extern crate lua_rs;

GitLab 获取最新版本。

许可证

Copyright (C) 2015-2020 Ahmed Charles - [email protected]
Distributed under the MIT License.
   (See accompanying file LICENSE.txt or copy at
         http://opensource.org/licenses/MIT)

lib.rs:

Lua 端口,用 Rust 编写。

依赖项