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 |
|
#397 在 编程语言
615KB
16K SLoC
lua-rs
Lua 端口,用 Rust 编写。
用法
将此内容添加到您的 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 编写。